aboutsummaryrefslogtreecommitdiffstats
path: root/test/filters/debug.exp
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2017-08-21 08:51:08 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2017-08-21 08:51:08 -0400
commit495f1c5cdaeeadafcf150080545ae4848dc633ca (patch)
tree88f40d13cc2ecea7e03447431b39489a26fc2b01 /test/filters/debug.exp
parentcompile fixes (diff)
downloadfirejail-495f1c5cdaeeadafcf150080545ae4848dc633ca.tar.gz
firejail-495f1c5cdaeeadafcf150080545ae4848dc633ca.tar.zst
firejail-495f1c5cdaeeadafcf150080545ae4848dc633ca.zip
testing
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