Index: stable/9/tools/regression/geom_concat/conf.sh =================================================================== --- stable/9/tools/regression/geom_concat/conf.sh (revision 294066) +++ stable/9/tools/regression/geom_concat/conf.sh (revision 294067) @@ -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/9/tools/regression/geom_mirror/conf.sh =================================================================== --- stable/9/tools/regression/geom_mirror/conf.sh (revision 294066) +++ stable/9/tools/regression/geom_mirror/conf.sh (revision 294067) @@ -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/9/tools/regression/geom_raid3/conf.sh =================================================================== --- stable/9/tools/regression/geom_raid3/conf.sh (revision 294066) +++ stable/9/tools/regression/geom_raid3/conf.sh (revision 294067) @@ -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/9/tools/regression/geom_shsec/conf.sh =================================================================== --- stable/9/tools/regression/geom_shsec/conf.sh (revision 294066) +++ stable/9/tools/regression/geom_shsec/conf.sh (revision 294067) @@ -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/9/tools/regression/geom_stripe/conf.sh =================================================================== --- stable/9/tools/regression/geom_stripe/conf.sh (revision 294066) +++ stable/9/tools/regression/geom_stripe/conf.sh (revision 294067) @@ -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/9/tools/regression =================================================================== --- stable/9/tools/regression (revision 294066) +++ stable/9/tools/regression (revision 294067) Property changes on: stable/9/tools/regression ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /stable/10/tools/regression:r294066 Index: stable/9/tools =================================================================== --- stable/9/tools (revision 294066) +++ stable/9/tools (revision 294067) Property changes on: stable/9/tools ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,1 ## Merged /stable/10/tools:r294066 Index: stable/9 =================================================================== --- stable/9 (revision 294066) +++ stable/9 (revision 294067) Property changes on: stable/9 ___________________________________________________________________ Modified: svn:mergeinfo ## -0,0 +0,2 ## Merged /head:r293032 Merged /stable/10:r294066