aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/protocol.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/filters/protocol.exp')
-rwxr-xr-xtest/filters/protocol.exp2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/filters/protocol.exp b/test/filters/protocol.exp
index 10a13fe25..82e9a63eb 100755
--- a/test/filters/protocol.exp
+++ b/test/filters/protocol.exp
@@ -10,10 +10,12 @@ match_max 100000
10send -- "firejail --noprofile --protocol=unix ./syscall_test socket\r" 10send -- "firejail --noprofile --protocol=unix ./syscall_test socket\r"
11expect { 11expect {
12 timeout {puts "TESTING ERROR 1\n";exit} 12 timeout {puts "TESTING ERROR 1\n";exit}
13 "Permission denied" {puts "TESTING SKIP: permission denied\n"; exit}
13 "Child process initialized" 14 "Child process initialized"
14} 15}
15expect { 16expect {
16 timeout {puts "TESTING ERROR 1.1\n";exit} 17 timeout {puts "TESTING ERROR 1.1\n";exit}
18 "Permission denied" {puts "TESTING SKIP: permission denied\n"; exit}
17 "socket AF_INET" 19 "socket AF_INET"
18} 20}
19expect { 21expect {