From d5afb38503b20d67348071b9ed105238b8da0e11 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 7 Aug 2017 17:11:10 +0200 Subject: Fix missing redirects in testsuite targets --- nptl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nptl') diff --git a/nptl/Makefile b/nptl/Makefile index 5cb1bb2c3d..128a52eadc 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -592,7 +592,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