diff options
author | Jim Meyering <jim@meyering.net> | 1996-12-28 06:06:51 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1996-12-28 06:06:51 +0000 |
commit | 04916b80dee46ec0b12323ca8664f31db47650f2 (patch) | |
tree | f9b826b2e1a55aac4ce474e21efb04a74a6a386a /tests/md5sum | |
parent | d7d7ae76b2b3c585278e8dc9f0696d0f78db7c67 (diff) | |
download | coreutils-04916b80dee46ec0b12323ca8664f31db47650f2.tar.xz |
.
Diffstat (limited to 'tests/md5sum')
-rwxr-xr-x | tests/md5sum/md5sum-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/md5sum/md5sum-tests b/tests/md5sum/md5sum-tests index 840ec3f84..1211a6ea3 100755 --- a/tests/md5sum/md5sum-tests +++ b/tests/md5sum/md5sum-tests @@ -129,7 +129,7 @@ else fi test -s t7.err || rm -f t7.err if test $errors = 0 ; then - $echo Passed all tests. 1>&2 + $echo Passed all 7 tests. 1>&2 else $echo Failed $errors tests. 1>&2 fi |