diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-12-09 00:49:22 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2014-12-09 00:49:22 +0000 |
commit | 67ddcb4da35750bac8a94e4a2f2ce998b91e868c (patch) | |
tree | c699f6bd11a356b2465bda42b25e6bfb59bab8e0 | |
parent | b67f44165c3559e9554f5540df1e41adb4b9cdaf (diff) |
t_exhaust is too exhausting
-rw-r--r-- | regress/lib/libc/regex/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/lib/libc/regex/Makefile b/regress/lib/libc/regex/Makefile index 6b646a46ac6..656a609ff7e 100644 --- a/regress/lib/libc/regex/Makefile +++ b/regress/lib/libc/regex/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.8 2011/11/05 15:07:12 otto Exp $ +# $OpenBSD: Makefile,v 1.9 2014/12/09 00:49:21 deraadt Exp $ # $NetBSD: Makefile,v 1.2 1995/02/16 19:38:45 cgd Exp $ PROG= re @@ -18,7 +18,7 @@ do-reg-long: ${PROG} ./re -el < ${TESTS} do-reg-backref: ${PROG} ./re -er < ${TESTS} -do-t_exhaust: t_exhaust - ./t_exhaust +#do-t_exhaust: t_exhaust +# ./t_exhaust .include <bsd.regress.mk> |