aboutsummaryrefslogtreecommitdiffstats
path: root/test/fnetfilter/default.exp
diff options
context:
space:
mode:
authorLibravatar smitsohu <smitsohu@gmail.com>2022-03-10 16:42:57 +0100
committerLibravatar smitsohu <smitsohu@gmail.com>2022-03-10 16:42:57 +0100
commit00cb236addce37b13ed7d30093c8d47fba70e787 (patch)
tree67e6f51985fd92aa6ce964e7fe12c27a5a24436c /test/fnetfilter/default.exp
parentfix testing (diff)
downloadfirejail-00cb236addce37b13ed7d30093c8d47fba70e787.tar.gz
firejail-00cb236addce37b13ed7d30093c8d47fba70e787.tar.zst
firejail-00cb236addce37b13ed7d30093c8d47fba70e787.zip
fix testing
Diffstat (limited to 'test/fnetfilter/default.exp')
-rwxr-xr-xtest/fnetfilter/default.exp7
1 files changed, 6 insertions, 1 deletions
diff --git a/test/fnetfilter/default.exp b/test/fnetfilter/default.exp
index 8ba5f6858..545837cc1 100755
--- a/test/fnetfilter/default.exp
+++ b/test/fnetfilter/default.exp
@@ -31,9 +31,14 @@ 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 "cannot open test1.net,33" 34 "Error:"
35}
36expect {
37 timeout {puts "TESTING ERROR 5\n";exit}
38 "is an invalid filename"
35} 39}
36after 100 40after 100
41
37send -- "rm outfile\r" 42send -- "rm outfile\r"
38after 100 43after 100
39 44