We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb1104e commit 45a641dCopy full SHA for 45a641d
test/sysutils/whois.exp
@@ -10,7 +10,8 @@ match_max 100000
10
send -- "firejail whois debian.org\r"
11
expect {
12
timeout {puts "TESTING ERROR 0\n";exit}
13
- "Domain Name"
+ "Domain Name" {puts "testing ok\n"}
14
+ "Connection refused" {puts "TESTING SKIP: connection refused\n"}
15
}
16
17
after 100
0 commit comments