From 5da810b96072c0fd71d78713025a2e104295d0ff Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Wed, 19 Aug 2009 14:02:08 +0100 Subject: [PATCH] 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. --- src/generator.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/generator.ml b/src/generator.ml index 7b5b9d0..6937021 100755 --- a/src/generator.ml +++ b/src/generator.ml @@ -3561,7 +3561,7 @@ an external journal on the journal with UUID C. See also C."); ("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. -- 1.8.3.1