summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2015-11-25 04:07:31 +0000
committerngie <ngie@FreeBSD.org>2015-11-25 04:07:31 +0000
commit55e96df06b559a7623d59acb4f8d3bea4bf2d6ef (patch)
treead6d71a64ee2150fceaffbb7d8be84c2f87361b3
parentfb5a1b53bfb010ce0261eaebcd040786cee4b15a (diff)
downloadFreeBSD-src-55e96df06b559a7623d59acb4f8d3bea4bf2d6ef.zip
FreeBSD-src-55e96df06b559a7623d59acb4f8d3bea4bf2d6ef.tar.gz
Remove braces around us0, us1, and us2 in gmirror label operation
-rwxr-xr-xsbin/geom/class/tests/mirror/1_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/geom/class/tests/mirror/1_test.sh b/sbin/geom/class/tests/mirror/1_test.sh
index e115b29..af82a14 100755
--- a/sbin/geom/class/tests/mirror/1_test.sh
+++ b/sbin/geom/class/tests/mirror/1_test.sh
@@ -9,7 +9,7 @@ us0=$(attach_md -t malloc -s 1M) || exit 1
us1=$(attach_md -t malloc -s 2M) || exit 1
us2=$(attach_md -t malloc -s 3M) || exit 1
-gmirror label $name /dev/${us0} /dev/${us1} /dev/${us2} || exit 1
+gmirror label $name /dev/$us0 /dev/$us1 /dev/$us2 || exit 1
devwait
# Size of created device should be 1MB - 512b.
OpenPOWER on IntegriCloud