summaryrefslogtreecommitdiff
path: root/test/stdlib
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-10-11 22:51:25 +0000
committerEric Andersen <andersen@codepoet.org>2000-10-11 22:51:25 +0000
commitd1c3ee2a075fc4e855e352e5a5cf10371f2e77aa (patch)
tree64d0cf89fce057265c40deb61142f664e7d4bcbe /test/stdlib
parent174dc1b8cd932fb5cd3d50fe5317e0c29ee26c59 (diff)
Test cleanup
Diffstat (limited to 'test/stdlib')
-rw-r--r--test/stdlib/Makefile4
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