Index: stable/10/tools/regression/geom_concat/conf.sh =================================================================== --- stable/10/tools/regression/geom_concat/conf.sh (revision 294065) +++ stable/10/tools/regression/geom_concat/conf.sh (revision 294066) @@ -1,8 +1,8 @@ #!/bin/sh # $FreeBSD$ -name="test" +name="$(mktemp -u concat.XXXXXX)" class="concat" base=`basename $0` . `dirname $0`/../geom_subr.sh Index: stable/10/tools/regression/geom_mirror/conf.sh =================================================================== --- stable/10/tools/regression/geom_mirror/conf.sh (revision 294065) +++ stable/10/tools/regression/geom_mirror/conf.sh (revision 294066) @@ -1,8 +1,8 @@ #!/bin/sh # $FreeBSD$ -name="test" +name="$(mktemp -u mirror.XXXXXX)" class="mirror" base=`basename $0` . `dirname $0`/../geom_subr.sh Index: stable/10/tools/regression/geom_raid3/conf.sh =================================================================== --- stable/10/tools/regression/geom_raid3/conf.sh (revision 294065) +++ stable/10/tools/regression/geom_raid3/conf.sh (revision 294066) @@ -1,8 +1,8 @@ #!/bin/sh # $FreeBSD$ -name="test" +name="$(mktemp -u graid3.XXXXXX)" class="raid3" base=`basename $0` . `dirname $0`/../geom_subr.sh Index: stable/10/tools/regression/geom_shsec/conf.sh =================================================================== --- stable/10/tools/regression/geom_shsec/conf.sh (revision 294065) +++ stable/10/tools/regression/geom_shsec/conf.sh (revision 294066) @@ -1,8 +1,8 @@ #!/bin/sh # $FreeBSD$ -name="test" +name="$(mktemp -u shsec.XXXXXX)" class="shsec" base=`basename $0` . `dirname $0`/../geom_subr.sh Index: stable/10/tools/regression/geom_stripe/conf.sh =================================================================== --- stable/10/tools/regression/geom_stripe/conf.sh (revision 294065) +++ stable/10/tools/regression/geom_stripe/conf.sh (revision 294066) @@ -1,8 +1,8 @@ #!/bin/sh # $FreeBSD$ -name="test" +name="$(mktemp -u stripe.XXXXXX)" class="stripe" base=`basename $0` . `dirname $0`/../geom_subr.sh Index: stable/10 =================================================================== --- stable/10 (revision 294065) +++ stable/10 (revision 294066) Property changes on: stable/10 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /head:r293032