1
0
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:
Jim Meyering
2003-07-13 09:27:34 +00:00
parent 83c37b47f8
commit d61aba00f0

View File

@@ -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