diff options
author | Andreas Schwab <schwab@suse.de> | 2017-08-07 17:11:10 +0200 |
---|---|---|
committer | Andreas Schwab <schwab@suse.de> | 2017-08-07 18:13:36 +0200 |
commit | d5afb38503b20d67348071b9ed105238b8da0e11 (patch) | |
tree | 80182875a21ea9f90be9d5b40b72d5cf443f4315 /stdio-common | |
parent | 57a72fa3502673754d14707da02c7c44e83b8d20 (diff) | |
download | glibc-d5afb38503b20d67348071b9ed105238b8da0e11.tar.gz |
Fix missing redirects in testsuite targets
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdio-common/Makefile b/stdio-common/Makefile index 622a85f329..397e0c2579 100644 --- a/stdio-common/Makefile +++ b/stdio-common/Makefile @@ -95,11 +95,11 @@ tst-vfprintf-width-prec-ENV = \ MALLOC_TRACE=$(objpfx)tst-vfprintf-width-prec.mtrace $(objpfx)tst-unbputc.out: tst-unbputc.sh $(objpfx)tst-unbputc - $(SHELL) $< $(common-objpfx) '$(test-program-prefix)'; \ + $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' > $@; \ $(evaluate-test) $(objpfx)tst-printf.out: tst-printf.sh $(objpfx)tst-printf - $(SHELL) $< $(common-objpfx) '$(test-program-prefix)'; \ + $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' > $@; \ $(evaluate-test) # We generate this source because it requires a printf invocation with |