about summary refs log tree commit diff
path: root/grp
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 /grp
parenta04689ee7a2600a1466354096123c57ccd1e1dc7 (diff)
downloadglibc-8f8052c2aadebe05140c433b2fc9b2c04a0199e0.tar.gz
glibc-8f8052c2aadebe05140c433b2fc9b2c04a0199e0.tar.xz
glibc-8f8052c2aadebe05140c433b2fc9b2c04a0199e0.zip
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 'grp')
-rw-r--r--grp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/grp/Makefile b/grp/Makefile
index 34fceb628f..9d1dae91db 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