summaryrefslogtreecommitdiffstats
path: root/tests/sys/geom/class/stripe/conf.sh
blob: fd0f41c6c5e60cd882473d721327f0187dab7dcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
# $FreeBSD$

name="$(mktemp -u stripe.XXXXXX)"
class="stripe"
base=`basename $0`

gstripe_test_cleanup()
{
	[ -c /dev/$class/$name ] && gstripe destroy $name
	geom_test_cleanup
}
trap gstripe_test_cleanup ABRT EXIT INT TERM

. `dirname $0`/../geom_subr.sh
OpenPOWER on IntegriCloud