vdevs="/dev/label/zp/test/[${test##*zpool-}]" setup() { zpool create -O mountpoint="${scratch}" test ${vdevs} zpool status } teardown() { zpool destroy test clean_scratch }