diff options
Diffstat (limited to 'tools/test/stress2/misc/quota9.sh')
-rwxr-xr-x | tools/test/stress2/misc/quota9.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/test/stress2/misc/quota9.sh b/tools/test/stress2/misc/quota9.sh index 01681bce8a01..1baf4b7b0267 100755 --- a/tools/test/stress2/misc/quota9.sh +++ b/tools/test/stress2/misc/quota9.sh @@ -54,10 +54,9 @@ mount | grep "$mntpoint" | grep -q md$mdstart && [ -c /dev/md$mdstart ] && mdconfig -d -u $mdstart mdconfig -a -t vnode -f $D -u $mdstart -bsdlabel -w md$mdstart auto -newfs $newfs_flags md${mdstart}$part > /dev/null +newfs $newfs_flags md$mdstart > /dev/null export PATH_FSTAB=/tmp/fstab -echo "/dev/md${mdstart}$part $mntpoint ufs rw,userquota 2 2" \ +echo "/dev/md$mdstart $mntpoint ufs rw,userquota 2 2" \ > $PATH_FSTAB mount $mntpoint mkdir $mntpoint/stressX |