From d29c55519589bbc7c6b2e52b787f4cb6226e54a0 Mon Sep 17 00:00:00 2001 From: Ruslan Bukin Date: Thu, 22 Sep 2016 12:53:11 +0000 Subject: [PATCH] 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 --- tests/sys/geom/class/eli/resize_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sys/geom/class/eli/resize_test.sh b/tests/sys/geom/class/eli/resize_test.sh index 67d62917bf2f..7a7cf635837b 100644 --- a/tests/sys/geom/class/eli/resize_test.sh +++ b/tests/sys/geom/class/eli/resize_test.sh @@ -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