about summary refs log tree commit diff
path: root/intl
diff options
context:
space:
mode:
authorAndreas Schwab <schwab@suse.de>2017-08-07 17:11:10 +0200
committerAndreas Schwab <schwab@suse.de>2017-08-07 18:13:36 +0200
commitd5afb38503b20d67348071b9ed105238b8da0e11 (patch)
tree80182875a21ea9f90be9d5b40b72d5cf443f4315 /intl
parent57a72fa3502673754d14707da02c7c44e83b8d20 (diff)
downloadglibc-d5afb38503b20d67348071b9ed105238b8da0e11.tar.gz
glibc-d5afb38503b20d67348071b9ed105238b8da0e11.tar.xz
glibc-d5afb38503b20d67348071b9ed105238b8da0e11.zip
Fix missing redirects in testsuite targets
Diffstat (limited to 'intl')
-rw-r--r--intl/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/intl/Makefile b/intl/Makefile
index 60d5d24fa1..c8bec9b138 100644
--- a/intl/Makefile
+++ b/intl/Makefile
@@ -83,22 +83,22 @@ $(objpfx)mtrace-tst-gettext.out: $(objpfx)tst-gettext.out
 $(objpfx)tst-gettext.out: tst-gettext.sh $(objpfx)tst-gettext
 	$(SHELL) $< $(common-objpfx) '$(test-program-prefix-before-env)' \
 	  '$(run-program-env)' '$(test-program-prefix-after-env)' \
-	  $(common-objpfx)intl/ $(objpfx)tst-gettext.mtrace; \
+	  $(common-objpfx)intl/ $(objpfx)tst-gettext.mtrace > $@; \
 	$(evaluate-test)
 $(objpfx)tst-translit.out: tst-translit.sh $(objpfx)tst-translit
 	$(SHELL) $< $(common-objpfx) '$(test-program-prefix)' \
-	  $(common-objpfx)intl/; \
+	  $(common-objpfx)intl/ > $@; \
 	$(evaluate-test)
 $(objpfx)tst-gettext2.out: tst-gettext2.sh $(objpfx)tst-gettext2
 	$(SHELL) $< $(common-objpfx) '$(test-program-prefix-before-env)' \
 	  '$(run-program-env)' '$(test-program-prefix-after-env)' \
-	  $(common-objpfx)intl/; \
+	  $(common-objpfx)intl/ > $@; \
 	$(evaluate-test)
 $(objpfx)tst-gettext4.out: tst-gettext4.sh $(objpfx)tst-gettext4
-	$(SHELL) $< $(common-objpfx) '$(test-program-prefix)' $(common-objpfx)intl/; \
+	$(SHELL) $< $(common-objpfx) '$(test-program-prefix)' $(common-objpfx)intl/ > $@; \
 	$(evaluate-test)
 $(objpfx)tst-gettext6.out: tst-gettext6.sh $(objpfx)tst-gettext6
-	$(SHELL) $< $(common-objpfx) '$(test-program-prefix)' $(common-objpfx)intl/; \
+	$(SHELL) $< $(common-objpfx) '$(test-program-prefix)' $(common-objpfx)intl/ > $@; \
 	$(evaluate-test)
 
 $(objpfx)tst-codeset.out: $(codeset_mo)