summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2016-01-01 02:52:29 +0000
committerngie <ngie@FreeBSD.org>2016-01-01 02:52:29 +0000
commit3be41536332fc1686ed5e543848a5ad57b5359d6 (patch)
treeb5bb68445f617707d8fd6df9c12034edaf43daf1
parent7d60ca1b885c36064bcffb9a741f3a0eed773639 (diff)
downloadFreeBSD-src-3be41536332fc1686ed5e543848a5ad57b5359d6.zip
FreeBSD-src-3be41536332fc1686ed5e543848a5ad57b5359d6.tar.gz
Use a more unique name for the graid device
-rwxr-xr-xtests/sys/geom/class/raid3/conf.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sys/geom/class/raid3/conf.sh b/tests/sys/geom/class/raid3/conf.sh
index 4f141df..f1b270a 100755
--- a/tests/sys/geom/class/raid3/conf.sh
+++ b/tests/sys/geom/class/raid3/conf.sh
@@ -1,7 +1,7 @@
#!/bin/sh
# $FreeBSD$
-name="test"
+name="$(mktemp -u graid3.XXXXXX)"
class="raid3"
base=`basename $0`
OpenPOWER on IntegriCloud