aboutsummaryrefslogtreecommitdiffstats
path: root/test/option_chroot_overlay.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-05 12:08:44 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-05 12:08:44 -0400
commite3a306f51bf6d76c9c8d40deeecb0ec0147624ff (patch)
treea0fb54c3f72a0939d19d7e988d647cc3db24ee51 /test/option_chroot_overlay.exp
parentgrsecurity: --overlay (diff)
downloadfirejail-e3a306f51bf6d76c9c8d40deeecb0ec0147624ff.tar.gz
firejail-e3a306f51bf6d76c9c8d40deeecb0ec0147624ff.tar.zst
firejail-e3a306f51bf6d76c9c8d40deeecb0ec0147624ff.zip
grsecurity: testing
Diffstat (limited to 'test/option_chroot_overlay.exp')
-rwxr-xr-xtest/option_chroot_overlay.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/option_chroot_overlay.exp b/test/option_chroot_overlay.exp
index dd1b8eb28..08ffb1b43 100755
--- a/test/option_chroot_overlay.exp
+++ b/test/option_chroot_overlay.exp
@@ -8,7 +8,7 @@ send -- "firejail --chroot=/tmp/chroot --overlay\r"
8expect { 8expect {
9 timeout {puts "TESTING ERROR 0\n";exit} 9 timeout {puts "TESTING ERROR 0\n";exit}
10 "mutually exclusive" {puts "normal system\n"} 10 "mutually exclusive" {puts "normal system\n"}
11 "Error: --chroot option is not available on GRSecurity systems" { puts "\nall done\n"; exit} 11 "Error: --chroot option is not available on Grsecurity systems" { puts "\nall done\n"; exit}
12} 12}
13sleep 1 13sleep 1
14 14