git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39d5c63
)
mkfs-opts: Don't test optional arguments in this test.
author
Richard W.M. Jones
<rjones@redhat.com>
Wed, 6 Jul 2011 09:53:04 +0000
(10:53 +0100)
committer
Richard W.M. Jones
<rjones@redhat.com>
Wed, 6 Jul 2011 09:53:04 +0000
(10:53 +0100)
generator/generator_actions.ml
patch
|
blob
|
history
diff --git
a/generator/generator_actions.ml
b/generator/generator_actions.ml
index
ef51166
..
b8c4425
100644
(file)
--- a/
generator/generator_actions.ml
+++ b/
generator/generator_actions.ml
@@
-5841,7
+5841,7
@@
See also C<guestfs_is_lv>.");
("mkfs_opts", (RErr, [String "fstype"; Device "device"], [Int "blocksize"; String "features"; Int "inode"; Int "sectorsize"]), 278, [],
[InitEmpty, Always, TestOutput (
[["part_disk"; "/dev/sda"; "mbr"];
- ["mkfs_opts"; "ext2"; "/dev/sda1"; "
4096"; ""; "256
"; ""];
+ ["mkfs_opts"; "ext2"; "/dev/sda1"; "
"; "NOARG"; "
"; ""];
["mount_options"; ""; "/dev/sda1"; "/"];
["write"; "/new"; "new file contents"];
["cat"; "/new"]], "new file contents")],