summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/regress/lib/libc/asr/regress.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/regress/lib/libc/asr/regress.sh b/src/regress/lib/libc/asr/regress.sh
index b1bbabc1f8..3388f0dd2c 100644
--- a/src/regress/lib/libc/asr/regress.sh
+++ b/src/regress/lib/libc/asr/regress.sh
@@ -1,4 +1,4 @@
1# $OpenBSD: regress.sh,v 1.5 2013/03/28 09:36:03 eric Exp $ 1# $OpenBSD: regress.sh,v 1.6 2013/04/01 10:17:45 eric Exp $
2 2
3. regress.subr 3. regress.subr
4 4
@@ -92,7 +92,7 @@ test_getnameinfo()
92 92
93WEIRD="EMPTY . .. ..." 93WEIRD="EMPTY . .. ..."
94BASIC="localhost $(hostname -s) $(hostname)" 94BASIC="localhost $(hostname -s) $(hostname)"
95EXTRA="undeadly.org www.openbsd.org cvs.openbsd.org" 95EXTRA="undeadly.org www.openbsd.org cvs.openbsd.org www.google.com www.bing.com"
96 96
97ADDRS="0.0.0.0 :: 127.0.0.1 ::1 212.227.193.194" 97ADDRS="0.0.0.0 :: 127.0.0.1 ::1 212.227.193.194"
98 98