reflink: remove redundant filesystem checks from the end of the tests

Turns out that check already runs _check_filesystems after each test,
so we don't need to do this at the end of each test.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
This commit is contained in:
Darrick J. Wong
2016-02-01 17:57:11 -08:00
parent 6e374f7187
commit 0a2b768cb7
51 changed files with 0 additions and 51 deletions
-1
View File
@@ -69,7 +69,6 @@ test -s "$testdir/file2" && _fail "Should not be able to reflink a realtime file
echo "Check restored fs"
umount "$SCRATCH_MNT"
_check_scratch_fs
# success, all done
status=0