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. --- libio/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libio') diff --git a/libio/Makefile b/libio/Makefile index 4f0f777bbb..276baf58ac 100644 --- a/libio/Makefile +++ b/libio/Makefile @@ -226,7 +226,7 @@ endif $(objpfx)test-freopen.out: test-freopen.sh $(objpfx)test-freopen $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' \ - $(common-objpfx)libio/ > $@; \ + $(common-objpfx)libio/; \ $(evaluate-test) $(objpfx)tst-fopenloc-cmp.out: ../iconvdata/testdata/ISO-8859-1..UTF8 \ -- cgit v1.2.3