From 8f8052c2aadebe05140c433b2fc9b2c04a0199e0 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Thu, 1 Oct 2020 15:42:38 +0200 Subject: Revert "Fix missing redirects in testsuite targets" This reverts commit d5afb38503. The log files are actually created by the various shell scripts that drive the tests. --- posix/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'posix') diff --git a/posix/Makefile b/posix/Makefile index 83c4d57231..693082ed28 100644 --- a/posix/Makefile +++ b/posix/Makefile @@ -164,11 +164,11 @@ ifeq ($(run-built-tests),yes) ifeq (yes,$(build-shared)) $(objpfx)globtest.out: globtest.sh $(objpfx)globtest $(SHELL) $< $(common-objpfx) '$(test-via-rtld-prefix)' \ - '$(test-program-prefix)' '$(test-wrapper-env)' > $@; \ + '$(test-program-prefix)' '$(test-wrapper-env)'; \ $(evaluate-test) $(objpfx)wordexp-tst.out: wordexp-tst.sh $(objpfx)wordexp-test $(SHELL) $< $(common-objpfx) '$(test-program-prefix-before-env)' \ - '$(run-program-env)' '$(test-program-prefix-after-env)' > $@; \ + '$(run-program-env)' '$(test-program-prefix-after-env)'; \ $(evaluate-test) endif @@ -354,7 +354,7 @@ $(objpfx)tst-boost-mem.out: $(objpfx)tst-boost.out $(evaluate-test) $(objpfx)tst-getconf.out: tst-getconf.sh $(objpfx)getconf - $(SHELL) $< $(common-objpfx) '$(built-program-cmd)' > $@; \ + $(SHELL) $< $(common-objpfx) '$(built-program-cmd)'; \ $(evaluate-test) $(objpfx)bug-ga2-mem.out: $(objpfx)bug-ga2.out -- cgit 1.4.1