From d1c3ee2a075fc4e855e352e5a5cf10371f2e77aa Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 11 Oct 2000 22:51:25 +0000 Subject: Test cleanup --- test/stdlib/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/stdlib') diff --git a/test/stdlib/Makefile b/test/stdlib/Makefile index 4cd6e5765..d33f3f6ca 100644 --- a/test/stdlib/Makefile +++ b/test/stdlib/Makefile @@ -101,7 +101,7 @@ teststrtol: teststrtol.c Makefile $(TOPDIR)libc.a $(STRIP) ldd $@ ls -sh $@ - -./$@ | tee $@.out + -./$@ > $@.out -@ echo " " teststrtol_glibc: teststrtol.c Makefile $(TOPDIR)libc.a @@ -114,7 +114,7 @@ teststrtol_glibc: teststrtol.c Makefile $(TOPDIR)libc.a $(STRIP) ldd $@ ls -sh $@ - -./$@ | tee $@.out + -./$@ > $@.out -@ echo " " teststrtol_diff: teststrtol_glibc teststrtol -- cgit v1.2.3