summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-01-17 12:57:28 +0000
committerBruno Haible <bruno@clisp.org>2003-01-17 12:57:28 +0000
commit5b88e21ea50f9854ef1751fdd0361e5ebed8897c (patch)
tree31d6cc723c8d87aa2454d8768eff2c88d688de0a /tests
parent10a159ea9b35f707def257b67de3be1bb7ea0a97 (diff)
downloadgperf-5b88e21ea50f9854ef1751fdd0361e5ebed8897c.tar.gz
Don't redirect stderr.
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.in2
1 files changed, 1 insertions, 1 deletions
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