Skip to content

Commit 45a641d

Browse files
committed
testing
1 parent cb1104e commit 45a641d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/sysutils/whois.exp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ match_max 100000
1010
send -- "firejail whois debian.org\r"
1111
expect {
1212
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"}
1415
}
1516

1617
after 100

0 commit comments

Comments
 (0)