tests: modprobe fat instead of ext2 module.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 19 Aug 2009 13:02:08 +0000 (14:02 +0100)
committerRichard Jones <rjones@trick.home.annexia.org>
Wed, 19 Aug 2009 14:13:37 +0000 (15:13 +0100)
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.

src/generator.ml

index 7b5b9d0..6937021 100755 (executable)
@@ -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.