summaryrefslogtreecommitdiffstats
path: root/test/fs_chroot.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs_chroot.exp')
-rwxr-xr-xtest/fs_chroot.exp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/fs_chroot.exp b/test/fs_chroot.exp
index ba832337b..448a00a7a 100755
--- a/test/fs_chroot.exp
+++ b/test/fs_chroot.exp
@@ -4,7 +4,7 @@ set timeout 10
4spawn $env(SHELL) 4spawn $env(SHELL)
5match_max 100000 5match_max 100000
6 6
7send -- "firejail --chroot=/tmp/chroot\r" 7send -- "firejail --noprofile --chroot=/tmp/chroot\r"
8expect { 8expect {
9 timeout {puts "TESTING ERROR 0\n";exit} 9 timeout {puts "TESTING ERROR 0\n";exit}
10 "Child process initialized" 10 "Child process initialized"
@@ -50,5 +50,5 @@ expect {
50} 50}
51sleep 1 51sleep 1
52 52
53puts "\n" 53puts "all done\n"
54 54