aboutsummaryrefslogtreecommitdiffstats
path: root/test/invalid_filename.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-05 09:48:36 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-05 09:48:36 -0400
commit135338ba895d5feb444e3e4d6548e3474f262637 (patch)
tree9370a54dc7b05dd6381c8b517618cfc30445addb /test/invalid_filename.exp
parentOpera profile patch (diff)
downloadfirejail-135338ba895d5feb444e3e4d6548e3474f262637.tar.gz
firejail-135338ba895d5feb444e3e4d6548e3474f262637.tar.zst
firejail-135338ba895d5feb444e3e4d6548e3474f262637.zip
grsecurity: --chroot
Diffstat (limited to 'test/invalid_filename.exp')
-rwxr-xr-xtest/invalid_filename.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/invalid_filename.exp b/test/invalid_filename.exp
index dd1fa4634..8b8087e9b 100755
--- a/test/invalid_filename.exp
+++ b/test/invalid_filename.exp
@@ -56,7 +56,8 @@ after 100
56send -- "firejail --debug-check-filename --noprofile --chroot=\"bla&&bla\"\r" 56send -- "firejail --debug-check-filename --noprofile --chroot=\"bla&&bla\"\r"
57expect { 57expect {
58 timeout {puts "TESTING ERROR 3.1\n";exit} 58 timeout {puts "TESTING ERROR 3.1\n";exit}
59 "Checking filename bla&&bla" 59 "Checking filename bla&&bla" {puts "normal system\n"}
60 "Error: --chroot option is not available on GRSecurity systems" { puts "\nall done\n"; exit}
60} 61}
61expect { 62expect {
62 timeout {puts "TESTING ERROR 3.2\n";exit} 63 timeout {puts "TESTING ERROR 3.2\n";exit}