From: Richard W.M. Jones Date: Wed, 18 May 2011 09:04:05 +0000 (+0100) Subject: zero: Disable file test because of bug in file command. X-Git-Tag: 1.11.8~1 X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=commitdiff_plain;h=f55b32b2db83495fc0987f0fe0e979818704dff1 zero: Disable file test because of bug in file command. See: https://bugzilla.redhat.com/show_bug.cgi?id=705499 --- diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index d0aac87..74b6515 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -2967,10 +2967,9 @@ Checking or repairing NTFS volumes is not supported This command is entirely equivalent to running C."); ("zero", (RErr, [Device "device"], []), 85, [Progress], - [InitBasicFS, Always, TestOutput ( + [InitBasicFS, Always, TestRun ( [["umount"; "/dev/sda1"]; - ["zero"; "/dev/sda1"]; - ["file"; "/dev/sda1"]], "data")], + ["zero"; "/dev/sda1"]])], "write zeroes to the device", "\ This command writes zeroes over the first few blocks of C.