mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
tests: modprobe fat instead of ext2 module.
On RHEL 5, ext2 is compiled into the kernel, so trying to modprobe it will fail. I've checked that fat.ko is always a module on the platforms we care about (RHEL 5, Fedora 11, Debian), so use that to test instead.
This commit is contained in:
committed by
Richard Jones
parent
9d04d360c6
commit
5da810b960
@@ -3561,7 +3561,7 @@ an external journal on the journal with UUID C<uuid>.
|
||||
See also C<guestfs_mke2journal_U>.");
|
||||
|
||||
("modprobe", (RErr, [String "modulename"]), 194, [],
|
||||
[InitNone, Always, TestRun [["modprobe"; "ext2"]]],
|
||||
[InitNone, Always, TestRun [["modprobe"; "fat"]]],
|
||||
"load a kernel module",
|
||||
"\
|
||||
This loads a kernel module in the appliance.
|
||||
|
||||
Reference in New Issue
Block a user