summaryrefslogtreecommitdiff
path: root/src/regress/lib/libc/asr/regress.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/regress/lib/libc/asr/regress.sh')
-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 b4d1c1db59..ffd7595cba 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.1.1.1 2012/07/13 17:49:53 eric Exp $ 1# $OpenBSD: regress.sh,v 1.2 2012/07/29 19:51:36 eric Exp $
2 2
3. regress.subr 3. regress.subr
4 4
@@ -40,7 +40,7 @@ test_gethostbyname()
40test_gethostbyaddr() 40test_gethostbyaddr()
41{ 41{
42 for i in $@; do 42 for i in $@; do
43 regress gethostnamadr $i 43 regress gethostnamadr -a $i
44 done 44 done
45} 45}
46 46