Don't clean before running tests.

This commit is contained in:
Tim Kientzle 2008-08-22 01:31:13 +00:00
parent ba1a633912
commit ca926f6fbd
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=181984

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>