OSDN Git Service

Test cleanup
authorEric Andersen <andersen@codepoet.org>
Wed, 11 Oct 2000 22:51:25 +0000 (22:51 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 11 Oct 2000 22:51:25 +0000 (22:51 -0000)
test/stdlib/Makefile

index 4cd6e57..d33f3f6 100644 (file)
@@ -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