summaryrefslogtreecommitdiff
path: root/regress/lib/libc/asr/regress.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/lib/libc/asr/regress.sh')
-rw-r--r--regress/lib/libc/asr/regress.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/asr/regress.sh b/regress/lib/libc/asr/regress.sh
index 60b4bbf7ccf..ffd7595cba7 100644
--- a/regress/lib/libc/asr/regress.sh
+++ b/regress/lib/libc/asr/regress.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: regress.sh,v 1.1 2012/07/13 17:49:53 eric Exp $
+# $OpenBSD: regress.sh,v 1.2 2012/07/29 19:51:36 eric Exp $
. regress.subr
@@ -40,7 +40,7 @@ test_gethostbyname()
test_gethostbyaddr()
{
for i in $@; do
- regress gethostnamadr $i
+ regress gethostnamadr -a $i
done
}