aboutsummaryrefslogtreecommitdiffstats
path: root/test/profile_syntax.exp
diff options
context:
space:
mode:
authorLibravatar netblue <netblue@linux-b1ry.myhome.westell.com>2015-12-24 11:46:40 -0500
committerLibravatar netblue <netblue@linux-b1ry.myhome.westell.com>2015-12-24 11:46:40 -0500
commitf7cf74865e40ed0f27e7e35764d97a521d6b5c31 (patch)
treec5531093e49e03dea8875bcf5f20c782206a4d10 /test/profile_syntax.exp
parent0.9.36 testing (diff)
downloadfirejail-f7cf74865e40ed0f27e7e35764d97a521d6b5c31.tar.gz
firejail-f7cf74865e40ed0f27e7e35764d97a521d6b5c31.tar.zst
firejail-f7cf74865e40ed0f27e7e35764d97a521d6b5c31.zip
0.9.36 testing
Diffstat (limited to 'test/profile_syntax.exp')
-rwxr-xr-xtest/profile_syntax.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/profile_syntax.exp b/test/profile_syntax.exp
index 5815bd619..559947276 100755
--- a/test/profile_syntax.exp
+++ b/test/profile_syntax.exp
@@ -14,6 +14,7 @@ sleep 2
14send -- "cat /sbin/iptables\r" 14send -- "cat /sbin/iptables\r"
15expect { 15expect {
16 timeout {puts "TESTING ERROR 2\n";exit} 16 timeout {puts "TESTING ERROR 2\n";exit}
17 "No such file" {puts "\nTESTING /sbin/iptables not found\n"}
17 "Permission denied" 18 "Permission denied"
18} 19}
19 20