summaryrefslogtreecommitdiff
path: root/testsuite/tst-regex.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2014-09-14 17:59:35 -0700
committerJim Meyering <meyering@fb.com>2014-11-30 18:59:33 -0800
commit7a9323516d58819a4b27f917fc29c574cd5b9503 (patch)
tree9adcf9a962ec390b2f4efb1016ffaeaa3510a2b5 /testsuite/tst-regex.c
parent32782c26e7341b310d337d2cb8961fb1ada68a6a (diff)
downloadsed-7a9323516d58819a4b27f917fc29c574cd5b9503.tar.gz
maint: turn on the test that prohibits use of HAVE_CONFIG_H
* cfg.mk (local-checks-to-skip): Remove the exemption here. * testsuite/bug-regex10.c: Remove the use of the offending macro. * testsuite/bug-regex11.c: Likewise. * testsuite/bug-regex12.c: Likewise. * testsuite/bug-regex13.c: Likewise. * testsuite/bug-regex14.c: Likewise. * testsuite/bug-regex15.c: Likewise. * testsuite/bug-regex16.c: Likewise. * testsuite/bug-regex21.c: Likewise. * testsuite/bug-regex7.c: Likewise. * testsuite/bug-regex8.c: Likewise. * testsuite/bug-regex9.c: Likewise. * testsuite/runptests.c: Likewise. * testsuite/runtests.c: Likewise. * testsuite/tst-boost.c: Likewise. * testsuite/tst-pcre.c: Likewise. * testsuite/tst-regex.c: Likewise. * testsuite/tst-regex2.c: Likewise. * testsuite/tst-rxspencer.c: Likewise.
Diffstat (limited to 'testsuite/tst-regex.c')
-rw-r--r--testsuite/tst-regex.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/testsuite/tst-regex.c b/testsuite/tst-regex.c
index 698a175..0d10cd2 100644
--- a/testsuite/tst-regex.c
+++ b/testsuite/tst-regex.c
@@ -16,9 +16,7 @@
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
02110-1301 USA. */
-#ifdef HAVE_CONFIG_H
#include "config.h"
-#endif
#include <alloca.h>
#include <assert.h>