diff options
Diffstat (limited to 'tests/tr')
-rwxr-xr-x | tests/tr/tr-tests | 2 |
1 files changed, 1 insertions, 1 deletions
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 |