summaryrefslogtreecommitdiff
path: root/localedata
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2020-10-01 15:42:38 +0200
committerAndreas Schwab <schwab@suse.de>2020-10-08 10:09:30 +0200
commit8f8052c2aadebe05140c433b2fc9b2c04a0199e0 (patch)
treed63d6a0bace7755fdbdde0cf794e0196c063ff82 /localedata
parenta04689ee7a2600a1466354096123c57ccd1e1dc7 (diff)
downloadglibc-8f8052c2aadebe05140c433b2fc9b2c04a0199e0.tar.gz
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 'localedata')
-rw-r--r--localedata/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/localedata/Makefile b/localedata/Makefile
index ccfcb0049f..a2854e03f3 100644
--- a/localedata/Makefile
+++ b/localedata/Makefile
@@ -361,13 +361,13 @@ $(objpfx)tst-trans.out: tst-trans.sh $(objpfx)tst-trans \
$(SHELL) $< $(common-objpfx) '$(run-program-prefix-before-env)' \
'$(run-program-env)' '$(run-program-prefix-after-env)' \
'$(test-program-prefix-before-env)' \
- '$(test-program-prefix-after-env)' > $@; \
+ '$(test-program-prefix-after-env)'; \
$(evaluate-test)
$(objpfx)tst-ctype.out: tst-ctype.sh $(objpfx)tst-ctype \
$(objpfx)sort-test.out \
$(addprefix $(objpfx),$(CTYPE_FILES))
$(SHELL) $< $(common-objpfx) '$(test-program-cmd-before-env)' \
- '$(run-program-env)' '$(test-program-cmd-after-env)' > $@; \
+ '$(run-program-env)' '$(test-program-cmd-after-env)'; \
$(evaluate-test)
$(objpfx)tst-langinfo-newlocale.out: tst-langinfo.sh \
$(objpfx)tst-langinfo-newlocale \