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. --- nptl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl') diff --git a/nptl/Makefile b/nptl/Makefile index b30d263ca4..d47e8a81d9 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -518,7 +518,7 @@ $(objpfx)tst-tls6.out: tst-tls6.sh $(objpfx)tst-tls5 \ $(objpfx)tst-tls5modc.so $(objpfx)tst-tls5modd.so \ $(objpfx)tst-tls5mode.so $(objpfx)tst-tls5modf.so $(BASH) $< $(common-objpfx) '$(test-via-rtld-prefix)' \ - '$(test-wrapper-env)' '$(run-program-env)' > $@; \ + '$(test-wrapper-env)' '$(run-program-env)'; \ $(evaluate-test) endif -- cgit 1.4.1