]> CyberLeo.Net >> Repos - CDN/bonnie-benchmarks.git/blob - tests/ufs-suj-0
test: UFS and UFS-SUJ tests on each single disk
[CDN/bonnie-benchmarks.git] / tests / ufs-suj-0
1 backingstore="/dev/label/zp/test/${test##*ufs-suj-}"
2 setup() {
3   newfs -U -j "${backingstore}"
4   mount "${backingstore}" "${scratch}"
5 }