diff options
author | Eric Faurot <eric@cvs.openbsd.org> | 2013-04-01 10:17:46 +0000 |
---|---|---|
committer | Eric Faurot <eric@cvs.openbsd.org> | 2013-04-01 10:17:46 +0000 |
commit | 712d9cc3a7c1bf6c8d667e43909c4c92b0ee2dcf (patch) | |
tree | 57db243650a5221ffc5314d68241f49a81763df6 /regress/lib/libc | |
parent | 155340f2781db8d15586c3fb6304cc7c3349ddc8 (diff) |
add hostnames which triggered some bugs.
Diffstat (limited to 'regress/lib/libc')
-rw-r--r-- | regress/lib/libc/asr/regress.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/asr/regress.sh b/regress/lib/libc/asr/regress.sh index b1bbabc1f8a..3388f0dd2cd 100644 --- a/regress/lib/libc/asr/regress.sh +++ b/regress/lib/libc/asr/regress.sh @@ -1,4 +1,4 @@ -# $OpenBSD: regress.sh,v 1.5 2013/03/28 09:36:03 eric Exp $ +# $OpenBSD: regress.sh,v 1.6 2013/04/01 10:17:45 eric Exp $ . regress.subr @@ -92,7 +92,7 @@ test_getnameinfo() WEIRD="EMPTY . .. ..." BASIC="localhost $(hostname -s) $(hostname)" -EXTRA="undeadly.org www.openbsd.org cvs.openbsd.org" +EXTRA="undeadly.org www.openbsd.org cvs.openbsd.org www.google.com www.bing.com" ADDRS="0.0.0.0 :: 127.0.0.1 ::1 212.227.193.194" |