summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordaniel <daniel@openbsd.org>2014-12-10 03:12:38 +0000
committerdaniel <daniel@openbsd.org>2014-12-10 03:12:38 +0000
commit012003b272dc55fdc478e37055d00d388bb5e064 (patch)
treec63c1815452281588aac8611ccfb00592f847dab
parentconvert bcopy to memcpy. ok millert (diff)
downloadwireguard-openbsd-012003b272dc55fdc478e37055d00d388bb5e064.tar.xz
wireguard-openbsd-012003b272dc55fdc478e37055d00d388bb5e064.zip
fix previous.
-rw-r--r--regress/lib/libc/regex/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/regress/lib/libc/regex/Makefile b/regress/lib/libc/regex/Makefile
index 656a609ff7e..a69432f6823 100644
--- a/regress/lib/libc/regex/Makefile
+++ b/regress/lib/libc/regex/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.9 2014/12/09 00:49:21 deraadt Exp $
+# $OpenBSD: Makefile,v 1.10 2014/12/10 03:12:38 daniel Exp $
# $NetBSD: Makefile,v 1.2 1995/02/16 19:38:45 cgd Exp $
PROG= re
@@ -10,7 +10,9 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libc/regex -DREDEBUG -DPOSIX_MISTAKE
TESTS= ${.CURDIR}/tests
-REGRESS_TARGETS=do-reg do-reg-long do-reg-backref do-t_exhaust
+REGRESS_TARGETS = do-reg do-reg-long do-reg-backref
+# cannot run with large limits
+#REGRESS_TARGETS += do-t_exhaust
do-reg: ${PROG}
./re < ${TESTS}