summaryrefslogtreecommitdiffstats
path: root/tools/regression/geom_concat/conf.sh
blob: 374ed12aecc2d18423a9c0b0321e10ca8dfd0a1a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/bin/sh
# $FreeBSD$

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

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

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