svn commit: r219447 - head/sbin/bsdlabel

Ulrich Spoerlein uqs at FreeBSD.org
Thu Mar 10 08:24:11 UTC 2011


Author: uqs
Date: Thu Mar 10 08:24:10 2011
New Revision: 219447
URL: http://svn.freebsd.org/changeset/base/219447

Log:
  Remove bsdlabel test-script that was full of broken assumptions.
  
  - the default label now includes an a: partition by default
  - the c: partition is no longer exported via devfs
  - writing of the labels usually works in all cases, though the script
    assumes half of them have to fail

Deleted:
  head/sbin/bsdlabel/runtest.sh
Modified:
  head/sbin/bsdlabel/Makefile

Modified: head/sbin/bsdlabel/Makefile
==============================================================================
--- head/sbin/bsdlabel/Makefile	Thu Mar 10 08:23:58 2011	(r219446)
+++ head/sbin/bsdlabel/Makefile	Thu Mar 10 08:24:10 2011	(r219447)
@@ -17,9 +17,3 @@ DPADD=	${LIBGEOM} ${LIBBSDXML} ${LIBSBUF
 LDADD=	-lgeom -lbsdxml -lsbuf
 
 .include <bsd.prog.mk>
-
-test: ${PROG}
-	sh ${.CURDIR}/runtest.sh
-
-testx: ${PROG}
-	sh -x ${.CURDIR}/runtest.sh


More information about the svn-src-head mailing list