summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Habets <thomas@habets.se>2014-06-01 20:01:00 +0100
committerThomas Habets <thomas@habets.se>2014-06-01 20:01:00 +0100
commit0ca79a7ab8662ab6a79174dd0f46986a1fe202f5 (patch)
treeb8044f025d5b711f767df8c57d632d7e0b22259b
parent694b983cb14a1745ee29c5e6ba092a6a4202fb3f (diff)
downloadarping-0ca79a7ab8662ab6a79174dd0f46986a1fe202f5.tar.gz
Ease off string matching in unit test to make it work on OpenBSD.
-rwxr-xr-xextra/testing.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/testing.exp b/extra/testing.exp
index 5996dcc..97c9260 100755
--- a/extra/testing.exp
+++ b/extra/testing.exp
@@ -83,7 +83,7 @@ expect eof
send_user -- "--------------- Bad interface ------------------\n"
spawn $bin -i uhtaonuhoes $ip
-expect -re "arping: libnet_init.*No such device\r"
+expect -re "arping: libnet_init.*\r"
expect "\r" {
# Make sure double-endline is stripped.
exit 1