aboutsummaryrefslogtreecommitdiffstats
path: root/test/chroot/unchroot-as-root.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/chroot/unchroot-as-root.exp')
-rwxr-xr-xtest/chroot/unchroot-as-root.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/chroot/unchroot-as-root.exp b/test/chroot/unchroot-as-root.exp
index aed2f8a62..f67590768 100755
--- a/test/chroot/unchroot-as-root.exp
+++ b/test/chroot/unchroot-as-root.exp
@@ -11,7 +11,7 @@ send -- "firejail --chroot=/tmp/chroot\r"
11expect { 11expect {
12 timeout {puts "TESTING ERROR 0\n";exit} 12 timeout {puts "TESTING ERROR 0\n";exit}
13 "Error: --chroot option is not available on Grsecurity systems" {puts "\nall done\n"; exit} 13 "Error: --chroot option is not available on Grsecurity systems" {puts "\nall done\n"; exit}
14 "Child process initialized" {puts "chroot available\n"}; 14 -re "Child process initialized in \[0-9\]+.\[0-9\]+ ms" {puts "chroot available\n"};
15} 15}
16sleep 1 16sleep 1
17 17