From d5afb38503b20d67348071b9ed105238b8da0e11 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Mon, 7 Aug 2017 17:11:10 +0200 Subject: Fix missing redirects in testsuite targets --- grp/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'grp') 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 -- cgit 1.4.1