summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorDaniel Dickman <daniel@cvs.openbsd.org>2014-12-10 03:12:39 +0000
committerDaniel Dickman <daniel@cvs.openbsd.org>2014-12-10 03:12:39 +0000
commitb4ca8159a2991fb6e75e2a3644fb9b9bd7b0be9a (patch)
treec9d26917b3c67866c62ba0b5c035d907c0238426 /regress
parentd6bc48fe15da4eeeae3bd8f418c3ddf427a48141 (diff)
fix previous.
Diffstat (limited to 'regress')
-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}