mirror of
https://github.com/coreutils/coreutils.git
synced 2024-12-22 00:07:07 +08:00
.
This commit is contained in:
parent
d7d7ae76b2
commit
04916b80de
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user