mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
zero: Disable file test because of bug in file command.
See: https://bugzilla.redhat.com/show_bug.cgi?id=705499
This commit is contained in:
@@ -2967,10 +2967,9 @@ Checking or repairing NTFS volumes is not supported
|
||||
This command is entirely equivalent to running C<fsck -a -t fstype device>.");
|
||||
|
||||
("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<device>.
|
||||
|
||||
Reference in New Issue
Block a user