summaryrefslogtreecommitdiff
path: root/posix
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 /posix
parent57a72fa3502673754d14707da02c7c44e83b8d20 (diff)
Fix missing redirects in testsuite targets
Diffstat (limited to 'posix')
-rw-r--r--posix/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/posix/Makefile b/posix/Makefile
index 33abcaed7a..9b534f0f34 100644
--- a/posix/Makefile
+++ b/posix/Makefile
@@ -152,11 +152,11 @@ ifeq ($(run-built-tests),yes)
ifeq (yes,$(build-shared))
$(objpfx)globtest.out: globtest.sh $(objpfx)globtest
$(SHELL) $< $(common-objpfx) '$(test-via-rtld-prefix)' \
- '$(test-program-prefix)' '$(test-wrapper-env)'; \
+ '$(test-program-prefix)' '$(test-wrapper-env)' > $@; \
$(evaluate-test)
$(objpfx)wordexp-tst.out: wordexp-tst.sh $(objpfx)wordexp-test
$(SHELL) $< $(common-objpfx) '$(test-program-prefix-before-env)' \
- '$(run-program-env)' '$(test-program-prefix-after-env)'; \
+ '$(run-program-env)' '$(test-program-prefix-after-env)' > $@; \
$(evaluate-test)
endif
@@ -335,7 +335,7 @@ $(objpfx)tst-boost-mem.out: $(objpfx)tst-boost.out
$(evaluate-test)
$(objpfx)tst-getconf.out: tst-getconf.sh $(objpfx)getconf
- $(SHELL) $< $(common-objpfx) '$(built-program-cmd)'; \
+ $(SHELL) $< $(common-objpfx) '$(built-program-cmd)' > $@; \
$(evaluate-test)
$(objpfx)bug-ga2-mem.out: $(objpfx)bug-ga2.out