Don't clean before running tests.

This commit is contained in:
kientzle 2008-08-22 01:31:13 +00:00
parent 44b73660ee
commit 0b3866b2b4

View File

@ -14,6 +14,6 @@ MLINKS= bsdtar.1 tar.1
.PHONY: check test
check test: $(PROG) bsdtar.1.gz
cd ${.CURDIR}/test && make clean test
cd ${.CURDIR}/test && make test
.include <bsd.prog.mk>