From: Jim Meyering Date: Thu, 30 Jan 1997 03:36:40 +0000 (+0000) Subject: . X-Git-Tag: SH-UTILS-1_16a~325 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=795162649b3121c50460d66780e5d52bf48aaad5;p=thirdparty%2Fcoreutils.git . --- diff --git a/tests/md5sum/md5sum-tests b/tests/md5sum/md5sum-tests index 6fee9f8057..e750c60651 100755 --- a/tests/md5sum/md5sum-tests +++ b/tests/md5sum/md5sum-tests @@ -248,7 +248,7 @@ else fi test -s 7.E || rm -f 7.E if test $errors = 0 ; then - $echo Passed all 7 tests. 1>&2 + $echo Passed all 14 tests. 1>&2 else $echo Failed $errors tests. 1>&2 fi diff --git a/tests/tail/tail-tests b/tests/tail/tail-tests index b56cfb37a8..a89cf3638d 100755 --- a/tests/tail/tail-tests +++ b/tests/tail/tail-tests @@ -1710,7 +1710,7 @@ else fi test -s n-5b.E || rm -f n-5b.E if test $errors = 0 ; then - $echo Passed all 34 tests. 1>&2 + $echo Passed all 100 tests. 1>&2 else $echo Failed $errors tests. 1>&2 fi diff --git a/tests/tr/tr-tests b/tests/tr/tr-tests index e02fc88210..4251b31a91 100755 --- a/tests/tr/tr-tests +++ b/tests/tr/tr-tests @@ -1812,7 +1812,7 @@ else fi test -s ross-6.E || rm -f ross-6.E if test $errors = 0 ; then - $echo Passed all 53 tests. 1>&2 + $echo Passed all 106 tests. 1>&2 else $echo Failed $errors tests. 1>&2 fi