Revert "tests: fstrim: Remount the disk."

This reverts commit accf1b66aa.
This commit is contained in:
Richard W.M. Jones
2014-03-14 13:00:43 +00:00
parent 56efdb29bf
commit 55730f6118

View File

@@ -113,8 +113,6 @@ die "$0: surprising result: full size <= original size\n"
# Remove the file and then try to trim the filesystem.
$g->rm ("/data");
$g->umount ("/");
$g->mount_options ("nodiscard", "/dev/sda", "/");
$g->fstrim ("/");
$g->sync ();
$g->close ();