summaryrefslogtreecommitdiffstats
path: root/regress/lib/libc
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2011-07-07 21:00:59 +0000
committerderaadt <deraadt@openbsd.org>2011-07-07 21:00:59 +0000
commitdd715b7b95bc9290d10c82aab77e11861ff8020a (patch)
tree96d3332dd5170ada6d32e54b15e23db3980e324a /regress/lib/libc
parentMove various "console-ish" services into a new start_daemon block near (diff)
downloadwireguard-openbsd-dd715b7b95bc9290d10c82aab77e11861ff8020a.tar.xz
wireguard-openbsd-dd715b7b95bc9290d10c82aab77e11861ff8020a.zip
timed's time is up. use ntpd(8). Even our own fossil developers
switched a while back. ok miod, kettenis
Diffstat (limited to 'regress/lib/libc')
-rw-r--r--regress/lib/libc/getaddrinfo/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/getaddrinfo/Makefile b/regress/lib/libc/getaddrinfo/Makefile
index 4d4978a6a2a..d93494cc1ca 100644
--- a/regress/lib/libc/getaddrinfo/Makefile
+++ b/regress/lib/libc/getaddrinfo/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 2002/09/02 20:01:43 avsm Exp $
+# $OpenBSD: Makefile,v 1.4 2011/07/07 21:00:59 deraadt Exp $
PROG= gaitest
SRCS= gaitest.c
@@ -9,7 +9,7 @@ REGRESS_TARGETS=do-test
do-test: ${PROG}
sh ${.CURDIR}/testsuite.sh >out 2>&1
- @if diff -u out ${.CURDIR}/answer; then \
+ @if diff -u10 out ${.CURDIR}/answer; then \
echo SUCCESS; \
else \
echo FAIL; \