summaryrefslogtreecommitdiffstats
path: root/sbin/bsdlabel/Makefile
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2011-03-10 08:24:10 +0000
committeruqs <uqs@FreeBSD.org>2011-03-10 08:24:10 +0000
commit4489e3bc5b101d3664a1a879d5565b88b4373560 (patch)
tree3ee1712becddb17b472e591f4f4eceb463977c75 /sbin/bsdlabel/Makefile
parentf83c8c08c41930fcddeac65e9dd38c7f5ce96b9c (diff)
downloadFreeBSD-src-4489e3bc5b101d3664a1a879d5565b88b4373560.zip
FreeBSD-src-4489e3bc5b101d3664a1a879d5565b88b4373560.tar.gz
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
Diffstat (limited to 'sbin/bsdlabel/Makefile')
-rw-r--r--sbin/bsdlabel/Makefile6
1 files changed, 0 insertions, 6 deletions
diff --git a/sbin/bsdlabel/Makefile b/sbin/bsdlabel/Makefile
index 5c9184e..c06d260 100644
--- a/sbin/bsdlabel/Makefile
+++ b/sbin/bsdlabel/Makefile
@@ -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
OpenPOWER on IntegriCloud