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

class="nop"
base=`basename $0`

gnop_test_cleanup()
{
	[ -c /dev/${us}.nop ] && gnop destroy ${us}.nop
	geom_test_cleanup
}
trap gnop_test_cleanup ABRT EXIT INT TERM

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