From owner-svn-src-all@FreeBSD.ORG Thu Mar 10 08:24:11 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2AFEF1065713; Thu, 10 Mar 2011 08:24:11 +0000 (UTC) (envelope-from uqs@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 19FBD8FC1D; Thu, 10 Mar 2011 08:24:11 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id p2A8OAqx036387; Thu, 10 Mar 2011 08:24:11 GMT (envelope-from uqs@svn.freebsd.org) Received: (from uqs@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p2A8OAts036385; Thu, 10 Mar 2011 08:24:10 GMT (envelope-from uqs@svn.freebsd.org) Message-Id: <201103100824.p2A8OAts036385@svn.freebsd.org> From: Ulrich Spoerlein Date: Thu, 10 Mar 2011 08:24:10 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r219447 - head/sbin/bsdlabel X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Mar 2011 08:24:11 -0000 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 - -test: ${PROG} - sh ${.CURDIR}/runtest.sh - -testx: ${PROG} - sh -x ${.CURDIR}/runtest.sh