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 | |
parent | d7d7ae76b2b3c585278e8dc9f0696d0f78db7c67 (diff) | |
download | coreutils-04916b80dee46ec0b12323ca8664f31db47650f2.tar.xz |
.
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/cut/cut-tests | 2 | ||||
-rwxr-xr-x | tests/join/join-tests | 2 | ||||
-rwxr-xr-x | tests/md5sum/md5sum-tests | 2 | ||||
-rwxr-xr-x | tests/sort/sort-tests | 2 | ||||
-rwxr-xr-x | tests/tr/tr-tests | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/tests/cut/cut-tests b/tests/cut/cut-tests index 3c80c258a..5a4d5aade 100755 --- a/tests/cut/cut-tests +++ b/tests/cut/cut-tests @@ -673,7 +673,7 @@ else fi test -s tD.err || rm -f tD.err if test $errors = 0 ; then - $echo Passed all tests. 1>&2 + $echo Passed all 39 tests. 1>&2 else $echo Failed $errors tests. 1>&2 fi diff --git a/tests/join/join-tests b/tests/join/join-tests index 3ba64b438..04bfdcac7 100755 --- a/tests/join/join-tests +++ b/tests/join/join-tests @@ -605,7 +605,7 @@ else fi test -s t9a.err || rm -f t9a.err if test $errors = 0 ; then - $echo Passed all tests. 1>&2 + $echo Passed all 35 tests. 1>&2 else $echo Failed $errors tests. 1>&2 fi 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 diff --git a/tests/sort/sort-tests b/tests/sort/sort-tests index 359d638a6..0a3f5f21b 100755 --- a/tests/sort/sort-tests +++ b/tests/sort/sort-tests @@ -1319,7 +1319,7 @@ else fi test -s t18e.err || rm -f t18e.err if test $errors = 0 ; then - $echo Passed all tests. 1>&2 + $echo Passed all 77 tests. 1>&2 else $echo Failed $errors tests. 1>&2 fi diff --git a/tests/tr/tr-tests b/tests/tr/tr-tests index b5a30322e..6dd3bd4a2 100755 --- a/tests/tr/tr-tests +++ b/tests/tr/tr-tests @@ -911,7 +911,7 @@ else fi test -s tR6.err || rm -f tR6.err if test $errors = 0 ; then - $echo Passed all tests. 1>&2 + $echo Passed all 53 tests. 1>&2 else $echo Failed $errors tests. 1>&2 fi |