summaryrefslogtreecommitdiff
path: root/tests/misc/chroot-fail
diff options
context:
space:
mode:
Diffstat (limited to 'tests/misc/chroot-fail')
-rwxr-xr-xtests/misc/chroot-fail2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/misc/chroot-fail b/tests/misc/chroot-fail
index 5b5829321..877ad0aec 100755
--- a/tests/misc/chroot-fail
+++ b/tests/misc/chroot-fail
@@ -41,7 +41,7 @@ if chroot / true ; then
test $? = 2 || fail=1
chroot / . # invalid command
test $? = 126 || fail=1
- chroot / ... # no such command
+ chroot / no_such # no such command
test $? = 127 || fail=1
else
test $? = 125 || fail=1