diff options
author | deraadt <> | 2014-12-09 00:49:21 +0000 |
---|---|---|
committer | deraadt <> | 2014-12-09 00:49:21 +0000 |
commit | 86a32cdcb43395c572478d939b651e2ebde35d3c (patch) | |
tree | ba6f5822d74b9726b5cd22581cf905d584a75616 /src/regress/lib/libc/regex | |
parent | b42fd716191810615838cb7652a88c98100ca0df (diff) | |
download | openbsd-86a32cdcb43395c572478d939b651e2ebde35d3c.tar.gz openbsd-86a32cdcb43395c572478d939b651e2ebde35d3c.tar.bz2 openbsd-86a32cdcb43395c572478d939b651e2ebde35d3c.zip |
t_exhaust is too exhausting
Diffstat (limited to 'src/regress/lib/libc/regex')
-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> |