]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - tests/sys/geom/class/nop/conf.sh
MFC r312532: don't abort writing of a core dump after EFAULT
[FreeBSD/stable/10.git] / tests / sys / geom / class / nop / conf.sh
1 #!/bin/sh
2 # $FreeBSD$
3
4 class="nop"
5 base=`basename $0`
6
7 gnop_test_cleanup()
8 {
9         [ -c /dev/${us}.nop ] && gnop destroy ${us}.nop
10         geom_test_cleanup
11 }
12 trap gnop_test_cleanup ABRT EXIT INT TERM
13
14 . `dirname $0`/../geom_subr.sh