reflink: remove unnecessary umounts from test code

The test harness already takes care of this, so get rid of it.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:
Darrick J. Wong
2016-02-09 16:44:06 -08:00
parent 0a2b768cb7
commit 89f436e3ac
98 changed files with 0 additions and 230 deletions
-3
View File
@@ -121,9 +121,6 @@ echo "Reflink two files"
_reflink_range "$testdir1/file1" 0 "$testdir1/file2" 0 $blksz >> "$seqres.full"
_reflink_range "$testdir2/file1" 0 "$testdir2/file2" 0 $blksz >> "$seqres.full"
echo "Check scratch fs"
_scratch_unmount
# success, all done
status=0
exit