Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
netblue30 committed Feb 7, 2023
1 parent cb1104e commit 45a641d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/sysutils/whois.exp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ match_max 100000
send -- "firejail whois debian.org\r"
expect {
timeout {puts "TESTING ERROR 0\n";exit}
"Domain Name"
"Domain Name" {puts "testing ok\n"}
"Connection refused" {puts "TESTING SKIP: connection refused\n"}
}

after 100
Expand Down

0 comments on commit 45a641d

Please sign in to comment.