summaryrefslogtreecommitdiff
path: root/tests/misc/nice-fail
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/nice-fail')
-rwxr-xr-xtests/misc/nice-fail2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/misc/nice-fail b/tests/misc/nice-fail
index 269576d99..944023387 100755
--- a/tests/misc/nice-fail
+++ b/tests/misc/nice-fail
@@ -28,8 +28,6 @@ fi
# These tests verify exact status of internal failure.
nice -n 1 # missing command
test $? = 125 || fail=1
-nice --help --version # too many options
-test $? = 125 || fail=1
nice --- # unknown option
test $? = 125 || fail=1
nice -n 1a # invalid adjustment