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 /grp | |
parent | 57a72fa3502673754d14707da02c7c44e83b8d20 (diff) | |
download | glibc-d5afb38503b20d67348071b9ed105238b8da0e11.tar glibc-d5afb38503b20d67348071b9ed105238b8da0e11.tar.gz glibc-d5afb38503b20d67348071b9ed105238b8da0e11.tar.bz2 glibc-d5afb38503b20d67348071b9ed105238b8da0e11.zip |
Fix missing redirects in testsuite targets
Diffstat (limited to 'grp')
-rw-r--r-- | grp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grp/Makefile b/grp/Makefile index 7828e778d9..342da4f649 100644 --- a/grp/Makefile +++ b/grp/Makefile @@ -59,7 +59,7 @@ ifeq ($(run-built-tests),yes) # tst_fgetgrent currently only works with shared libraries ifeq (yes,$(build-shared)) $(objpfx)tst_fgetgrent.out: tst_fgetgrent.sh $(objpfx)tst_fgetgrent - $(SHELL) $< $(common-objpfx) '$(test-program-prefix)'; \ + $(SHELL) $< $(common-objpfx) '$(test-program-prefix)' > $@; \ $(evaluate-test) endif |