mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-02-14 11:21:58 +02:00
add another test
This commit is contained in:
@@ -100,4 +100,8 @@ EOF
|
||||
# cmp exp err || fail=1
|
||||
# test $fail = 1 && diff exp err 2> /dev/null
|
||||
|
||||
# Make sure it fails with exit status of 127 when given too few arguments.
|
||||
nohup >/dev/null 2>&1
|
||||
test $? = 127 || fail=1
|
||||
|
||||
(exit $fail); exit $fail
|
||||
|
||||
Reference in New Issue
Block a user