diff options
author | Denys Vlasenko | 2010-10-16 21:26:47 +0200 |
---|---|---|
committer | Denys Vlasenko | 2010-10-16 21:26:47 +0200 |
commit | e8ee86250d78b7a9c59699aca597f392c1593225 (patch) | |
tree | 16e3bb1de014ee57bfcc8f1226c98e8f1180a99c /testsuite/gunzip.tests | |
parent | bcccad35318004922cc04487e1df4eade4545966 (diff) | |
download | busybox-e8ee86250d78b7a9c59699aca597f392c1593225.zip busybox-e8ee86250d78b7a9c59699aca597f392c1593225.tar.gz |
testsuite: add tests for {ms5,shaN}sum
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/gunzip.tests')
-rwxr-xr-x | testsuite/gunzip.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/gunzip.tests b/testsuite/gunzip.tests index d781004..68c0755 100755 --- a/testsuite/gunzip.tests +++ b/testsuite/gunzip.tests @@ -1,3 +1,3 @@ #!/bin/sh -. bunzip2.tests +. ./bunzip2.tests |