svn commit: r306188 - head/tests/sys/geom/class/eli

Ruslan Bukin br at FreeBSD.org
Thu Sep 22 12:53:12 UTC 2016


Author: br
Date: Thu Sep 22 12:53:11 2016
New Revision: 306188
URL: https://svnweb.freebsd.org/changeset/base/306188

Log:
  Use bsdlabel as we don't have hardlink disklabel -> bsdlabel
  on some platforms.
  
  Reviewed by:	ngie
  Sponsored by:	DARPA, AFRL
  Sponsored by:	HEIF5
  Differential Revision:	https://reviews.freebsd.org/D7968

Modified:
  head/tests/sys/geom/class/eli/resize_test.sh

Modified: head/tests/sys/geom/class/eli/resize_test.sh
==============================================================================
--- head/tests/sys/geom/class/eli/resize_test.sh	Thu Sep 22 12:48:01 2016	(r306187)
+++ head/tests/sys/geom/class/eli/resize_test.sh	Thu Sep 22 12:53:11 2016	(r306188)
@@ -18,7 +18,7 @@ setsize() {
     {
 	echo a: $(($partszMB * $BLKS_PER_MB)) 0 4.2BSD 1024 8192
 	echo c: $(($unitszMB * $BLKS_PER_MB)) 0 unused 0 0
-    } | disklabel -R $md /dev/stdin
+    } | bsdlabel -R $md /dev/stdin
 }
 
 # Initialise


More information about the svn-src-head mailing list