diff options
Diffstat (limited to 'tests/misc/chroot-fail')
-rwxr-xr-x | tests/misc/chroot-fail | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/misc/chroot-fail b/tests/misc/chroot-fail index 2eceda819..6b4e2d8e1 100755 --- a/tests/misc/chroot-fail +++ b/tests/misc/chroot-fail @@ -29,8 +29,6 @@ fi # them actually run a command, we don't need root privileges chroot # missing argument test $? = 125 || fail=1 -chroot --help --version # too many options -test $? = 125 || fail=1 chroot --- / true # unknown option test $? = 125 || fail=1 |