From 5b88e21ea50f9854ef1751fdd0361e5ebed8897c Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 17 Jan 2003 12:57:28 +0000 Subject: [PATCH] Don't redirect stderr. --- tests/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Makefile.in b/tests/Makefile.in index 7752dde..56c7058 100644 --- a/tests/Makefile.in +++ b/tests/Makefile.in @@ -139,7 +139,7 @@ check-test: $(GPERF) -g -o -j1 -t -p -N is_reserved_word < $(srcdir)/gpc.gperf > gpc.out diff $(srcdir)/gpc.exp gpc.out # prints out the help message - -$(GPERF) -h > test-6.out 2>&1 + -$(GPERF) -h > test-6.out diff $(srcdir)/test-6.exp test-6.out @echo "only if, do, for, case, goto, else, while, and return should be found " ./aout -v < $(srcdir)/c.gperf > test-7.out