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