소스 검색

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)
 	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