diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/stdlib/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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 |