aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/debug.exp
diff options
context:
space:
mode:
Diffstat (limited to 'test/filters/debug.exp')
-rwxr-xr-xtest/filters/debug.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/filters/debug.exp b/test/filters/debug.exp
index 493022c05..d37353378 100755
--- a/test/filters/debug.exp
+++ b/test/filters/debug.exp
@@ -38,7 +38,8 @@ after 100
38send -- "firejail --debug-protocols\r" 38send -- "firejail --debug-protocols\r"
39expect { 39expect {
40 timeout {puts "TESTING ERROR 4\n";exit} 40 timeout {puts "TESTING ERROR 4\n";exit}
41 "unix, inet, inet6, netlink, packet" 41 "unix, inet, inet6, netlink, packet" {puts "OK\n"}
42 "protocol not supported on this platform" {puts "OK\n"}
42} 43}
43after 100 44after 100
44 45