diff options
Diffstat (limited to 'tools/test/stress2/misc/sendfile21.sh')
-rwxr-xr-x | tools/test/stress2/misc/sendfile21.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/test/stress2/misc/sendfile21.sh b/tools/test/stress2/misc/sendfile21.sh index cd36410d9247..c50c0f0ccdab 100755 --- a/tools/test/stress2/misc/sendfile21.sh +++ b/tools/test/stress2/misc/sendfile21.sh @@ -61,7 +61,6 @@ set -e mount | grep "on $mntpoint " | grep -q /dev/md && umount -f $mntpoint [ -c /dev/md$mdstart ] && mdconfig -d -u $mdstart mdconfig -a -t swap -s 1g -u $mdstart -bsdlabel -w md$mdstart auto newfs $newfs_flags -n md$mdstart > /dev/null mount /dev/md$mdstart $mntpoint set +e |