浏览代码

Test cleanup

Eric Andersen 25 年之前
父节点
当前提交
d1c3ee2a07
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      test/stdlib/Makefile

+ 2 - 2
test/stdlib/Makefile

@@ -101,7 +101,7 @@ teststrtol: teststrtol.c Makefile $(TOPDIR)libc.a
 	$(STRIP)
 	$(STRIP)
 	ldd $@
 	ldd $@
 	ls -sh $@
 	ls -sh $@
-	-./$@ | tee $@.out
+	-./$@ > $@.out
 	-@ echo " "
 	-@ echo " "
 
 
 teststrtol_glibc: teststrtol.c Makefile $(TOPDIR)libc.a
 teststrtol_glibc: teststrtol.c Makefile $(TOPDIR)libc.a
@@ -114,7 +114,7 @@ teststrtol_glibc: teststrtol.c Makefile $(TOPDIR)libc.a
 	$(STRIP)
 	$(STRIP)
 	ldd $@
 	ldd $@
 	ls -sh $@
 	ls -sh $@
-	-./$@ | tee $@.out
+	-./$@ > $@.out
 	-@ echo " "
 	-@ echo " "
 
 
 teststrtol_diff: teststrtol_glibc teststrtol
 teststrtol_diff: teststrtol_glibc teststrtol