aboutsummaryrefslogtreecommitdiffstats
path: root/test/fnetfilter
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2018-04-13 11:15:48 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2018-04-13 11:15:48 -0400
commite19a3320081c91fdf05895d87b42e60bcf5e2408 (patch)
treeca19eb115b98a13bc238273a52e74b35c3a8ac1f /test/fnetfilter
parentfix problem found by smitsohu (diff)
downloadfirejail-e19a3320081c91fdf05895d87b42e60bcf5e2408.tar.gz
firejail-e19a3320081c91fdf05895d87b42e60bcf5e2408.tar.zst
firejail-e19a3320081c91fdf05895d87b42e60bcf5e2408.zip
testing
Diffstat (limited to 'test/fnetfilter')
-rwxr-xr-xtest/fnetfilter/default.exp2
-rwxr-xr-xtest/fnetfilter/template.exp2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/fnetfilter/default.exp b/test/fnetfilter/default.exp
index 4c24b370f..8406160e3 100755
--- a/test/fnetfilter/default.exp
+++ b/test/fnetfilter/default.exp
@@ -31,7 +31,7 @@ after 100
31send -- "fnetfilter test1.net,33\r" 31send -- "fnetfilter test1.net,33\r"
32expect { 32expect {
33 timeout {puts "TESTING ERROR 4\n";exit} 33 timeout {puts "TESTING ERROR 4\n";exit}
34 "invalid destination file in netfilter command" 34 "cannot open test1.net,33"
35} 35}
36after 100 36after 100
37send -- "rm outfile\r" 37send -- "rm outfile\r"
diff --git a/test/fnetfilter/template.exp b/test/fnetfilter/template.exp
index b63a2d4c9..5b84166d8 100755
--- a/test/fnetfilter/template.exp
+++ b/test/fnetfilter/template.exp
@@ -66,7 +66,7 @@ after 100
66send -- "fnetfilter test2.net,icmp-type,destination-unreachable,time-exceeded,echo-request\r" 66send -- "fnetfilter test2.net,icmp-type,destination-unreachable,time-exceeded,echo-request\r"
67expect { 67expect {
68 timeout {puts "TESTING ERROR 12\n";exit} 68 timeout {puts "TESTING ERROR 12\n";exit}
69 "invalid destination file in netfilter command" 69 "cannot open test2.net,"
70} 70}
71after 100 71after 100
72 72