aboutsummaryrefslogtreecommitdiffstats
path: root/test/fnetfilter/default.exp
diff options
context:
space:
mode:
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