[Pkg-libvirt-commits] [libguestfs] 44/59: Revert "tests: fstrim: Remount the disk."

Hilko Bengen bengen at moszumanska.debian.org
Thu Mar 20 23:05:40 UTC 2014


This is an automated email from the git hooks/post-receive script.

bengen pushed a commit to branch experimental
in repository libguestfs.

commit 55730f6118aa947a8e81d36cd6a9cb28ce0bb7dd
Author: Richard W.M. Jones <rjones at redhat.com>
Date:   Fri Mar 14 13:00:43 2014 +0000

    Revert "tests: fstrim: Remount the disk."
    
    This reverts commit accf1b66aa835714690a2979e990c49243875dab.
---
 tests/discard/test-fstrim.pl | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/discard/test-fstrim.pl b/tests/discard/test-fstrim.pl
index cec853f..30bb855 100755
--- a/tests/discard/test-fstrim.pl
+++ b/tests/discard/test-fstrim.pl
@@ -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 ();

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libguestfs.git



More information about the Pkg-libvirt-commits mailing list