diff options
author | deraadt <> | 2014-12-09 00:49:21 +0000 |
---|---|---|
committer | deraadt <> | 2014-12-09 00:49:21 +0000 |
commit | 1112604d0193018cac9ef2cb6512f69aa956c244 (patch) | |
tree | ba6f5822d74b9726b5cd22581cf905d584a75616 | |
parent | 0b444f25e9fd0e5ce3b3a121dd879cb28220c954 (diff) | |
download | openbsd-1112604d0193018cac9ef2cb6512f69aa956c244.tar.gz openbsd-1112604d0193018cac9ef2cb6512f69aa956c244.tar.bz2 openbsd-1112604d0193018cac9ef2cb6512f69aa956c244.zip |
t_exhaust is too exhausting
-rw-r--r-- | src/regress/lib/libc/regex/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/regress/lib/libc/regex/Makefile b/src/regress/lib/libc/regex/Makefile index 6b646a46ac..656a609ff7 100644 --- a/src/regress/lib/libc/regex/Makefile +++ b/src/regress/lib/libc/regex/Makefile | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: Makefile,v 1.8 2011/11/05 15:07:12 otto Exp $ | 1 | # $OpenBSD: Makefile,v 1.9 2014/12/09 00:49:21 deraadt Exp $ |
2 | # $NetBSD: Makefile,v 1.2 1995/02/16 19:38:45 cgd Exp $ | 2 | # $NetBSD: Makefile,v 1.2 1995/02/16 19:38:45 cgd Exp $ |
3 | 3 | ||
4 | PROG= re | 4 | PROG= re |
@@ -18,7 +18,7 @@ do-reg-long: ${PROG} | |||
18 | ./re -el < ${TESTS} | 18 | ./re -el < ${TESTS} |
19 | do-reg-backref: ${PROG} | 19 | do-reg-backref: ${PROG} |
20 | ./re -er < ${TESTS} | 20 | ./re -er < ${TESTS} |
21 | do-t_exhaust: t_exhaust | 21 | #do-t_exhaust: t_exhaust |
22 | ./t_exhaust | 22 | # ./t_exhaust |
23 | 23 | ||
24 | .include <bsd.regress.mk> | 24 | .include <bsd.regress.mk> |