aboutsummaryrefslogtreecommitdiffstats
path: root/test/invalid_filename.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/invalid_filename.exp
parentgrsecurity: --overlay (diff)
downloadfirejail-e3a306f51bf6d76c9c8d40deeecb0ec0147624ff.tar.gz
firejail-e3a306f51bf6d76c9c8d40deeecb0ec0147624ff.tar.zst
firejail-e3a306f51bf6d76c9c8d40deeecb0ec0147624ff.zip
grsecurity: testing
Diffstat (limited to 'test/invalid_filename.exp')
-rwxr-xr-xtest/invalid_filename.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/invalid_filename.exp b/test/invalid_filename.exp
index 8b8087e9b..fe8bd8c25 100755
--- a/test/invalid_filename.exp
+++ b/test/invalid_filename.exp
@@ -57,7 +57,7 @@ send -- "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" {puts "normal system\n"} 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 "Error: --chroot option is not available on Grsecurity systems" { puts "\nall done\n"; exit}
61} 61}
62expect { 62expect {
63 timeout {puts "TESTING ERROR 3.2\n";exit} 63 timeout {puts "TESTING ERROR 3.2\n";exit}