svn commit: r215573 - in stable/7: bin/test tools/regression/bin
tools/regression/bin/test
Jilles Tjoelker
jilles at FreeBSD.org
Sat Nov 20 16:56:39 UTC 2010
Author: jilles
Date: Sat Nov 20 16:56:39 2010
New Revision: 215573
URL: http://svn.freebsd.org/changeset/base/215573
Log:
MFC r215022: test: Move tests to tools/regression/bin/test.
Convert the tests to the perl prove format.
Remove obsolete TEST.README (results of an old TEST.sh for some old Unices)
and TEST.csh (old tests without correct values, far less complete than
TEST.sh).
Added:
stable/7/tools/regression/bin/test/
- copied from r215022, head/tools/regression/bin/test/
Deleted:
stable/7/bin/test/TEST.README
stable/7/bin/test/TEST.csh
stable/7/bin/test/TEST.sh
Modified:
stable/7/tools/regression/bin/Makefile
Directory Properties:
stable/7/bin/test/ (props changed)
stable/7/tools/regression/bin/ (props changed)
stable/7/tools/regression/bin/sh/ (props changed)
Modified: stable/7/tools/regression/bin/Makefile
==============================================================================
--- stable/7/tools/regression/bin/Makefile Sat Nov 20 16:46:16 2010 (r215572)
+++ stable/7/tools/regression/bin/Makefile Sat Nov 20 16:56:39 2010 (r215573)
@@ -1,5 +1,5 @@
# $FreeBSD$
-SUBDIR= date mv pax sh
+SUBDIR= date mv pax sh test
.include <bsd.subdir.mk>
More information about the svn-src-stable
mailing list