aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtest/sysutils/whois.exp3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/sysutils/whois.exp b/test/sysutils/whois.exp
index 29190253c..1797ca14e 100755
--- a/test/sysutils/whois.exp
+++ b/test/sysutils/whois.exp
@@ -10,7 +10,8 @@ match_max 100000
10send -- "firejail whois debian.org\r" 10send -- "firejail whois debian.org\r"
11expect { 11expect {
12 timeout {puts "TESTING ERROR 0\n";exit} 12 timeout {puts "TESTING ERROR 0\n";exit}
13 "Domain Name" 13 "Domain Name" {puts "testing ok\n"}
14 "Connection refused" {puts "TESTING SKIP: connection refused\n"}
14} 15}
15 16
16after 100 17after 100