aboutsummaryrefslogtreecommitdiff
path: root/sbin/bsdlabel/Makefile
diff options
context:
space:
mode:
authorUlrich Spörlein <uqs@FreeBSD.org>2011-03-10 08:24:10 +0000
committerUlrich Spörlein <uqs@FreeBSD.org>2011-03-10 08:24:10 +0000
commit15a6186cd1019fd808a793644dbe4d771c7469fc (patch)
tree3ee1712becddb17b472e591f4f4eceb463977c75 /sbin/bsdlabel/Makefile
parent1cc06c674e728ec3e408a7c4bb584e2844eca9e3 (diff)
downloadsrc-15a6186cd1019fd808a793644dbe4d771c7469fc.tar.gz
src-15a6186cd1019fd808a793644dbe4d771c7469fc.zip
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
Notes
Notes: svn path=/head/; revision=219447
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 5c9184e9aa87..c06d2602fc85 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