aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs_chroot.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/fs_chroot.exp')
-rwxr-xr-xtest/fs_chroot.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/fs_chroot.exp b/test/fs_chroot.exp
index cc0d82179..cced5a0f0 100755
--- a/test/fs_chroot.exp
+++ b/test/fs_chroot.exp
@@ -7,7 +7,8 @@ match_max 100000
7send -- "firejail --chroot=/tmp/chroot\r" 7send -- "firejail --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 "Error: --chroot option is not available on GRSecurity systems" {puts "\nall done\n"; exit}
11 "Child process initialized" {puts "chroot available\n"};
11} 12}
12sleep 1 13sleep 1
13 14