diff options
author | Jim Meyering <jim@meyering.net> | 1997-01-30 03:36:06 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-01-30 03:36:06 +0000 |
commit | 3181551ddd57a0c30bd29a1846cd4f77b596ffde (patch) | |
tree | ea8791898a3b2c57212bbc6b589bf19b83d8b86a /tests/cut/cut-tests | |
parent | 4cbcb32a533fafe82f213f4d2eaaea5bd8820a67 (diff) | |
download | coreutils-3181551ddd57a0c30bd29a1846cd4f77b596ffde.tar.xz |
.
Diffstat (limited to 'tests/cut/cut-tests')
-rwxr-xr-x | tests/cut/cut-tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cut/cut-tests b/tests/cut/cut-tests index f35034f6b..3513b70e0 100755 --- a/tests/cut/cut-tests +++ b/tests/cut/cut-tests @@ -1999,7 +1999,7 @@ else fi test -s missing-bl.E || rm -f missing-bl.E if test $errors = 0 ; then - $echo Passed all 39 tests. 1>&2 + $echo Passed all 117 tests. 1>&2 else $echo Failed $errors tests. 1>&2 fi |