X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=generator%2Fgenerator_actions.ml;h=940879729f5532ead9eabc0ab8b67565d5f52afa;hb=20100e23bcdbf744b2e0e3c6c6f4a041e5daa73c;hp=58c5f84cd9a9ab4a29b3b742e2f30b43ce327607;hpb=ef9f82e16c979a8a34ddb9514dc7ac70a989141a;p=libguestfs.git diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index 58c5f84..9408797 100644 --- a/generator/generator_actions.ml +++ b/generator/generator_actions.ml @@ -2965,10 +2965,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.