diff options
author | Andreas Schwab <schwab@suse.de> | 2020-10-01 15:42:38 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2020-10-08 10:09:30 +0200 |
commit | 8f8052c2aadebe05140c433b2fc9b2c04a0199e0 (patch) | |
tree | d63d6a0bace7755fdbdde0cf794e0196c063ff82 /nptl | |
parent | a04689ee7a2600a1466354096123c57ccd1e1dc7 (diff) | |
download | glibc-8f8052c2aadebe05140c433b2fc9b2c04a0199e0.tar glibc-8f8052c2aadebe05140c433b2fc9b2c04a0199e0.tar.gz glibc-8f8052c2aadebe05140c433b2fc9b2c04a0199e0.tar.bz2 glibc-8f8052c2aadebe05140c433b2fc9b2c04a0199e0.zip |
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.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |