From: Jim Meyering Date: Sat, 28 Dec 1996 06:06:51 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_14b~13 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=04916b80dee46ec0b12323ca8664f31db47650f2;p=thirdparty%2Fcoreutils.git . --- diff --git a/tests/cut/cut-tests b/tests/cut/cut-tests index 3c80c258a3..5a4d5aade8 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 3ba64b438b..04bfdcac74 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 840ec3f849..1211a6ea3c 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 359d638a6a..0a3f5f21be 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 b5a30322e1..6dd3bd4a2f 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