]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
testsuite: Fix test description
authorLucas De Marchi <lucas.demarchi@profusion.mobi>
Wed, 6 Jun 2012 13:49:04 +0000 (10:49 -0300)
committerLucas De Marchi <lucas.demarchi@profusion.mobi>
Mon, 11 Jun 2012 14:57:55 +0000 (11:57 -0300)
testsuite/test-modprobe.c

index 1f3eb941d5b4cc1ca37b41710b39b2af90131355..33e0026e08cb40994f06cfce653c5f41edeb4cc6 100644 (file)
@@ -121,7 +121,7 @@ static __noreturn int modprobe_install_cmd_loop(const struct test *t)
        exit(EXIT_FAILURE);
 }
 static DEFINE_TEST(modprobe_install_cmd_loop,
-       .description = "check if modprobe breaks softdep loop",
+       .description = "check if modprobe breaks install-commands loop",
        .config = {
                [TC_UNAME_R] = "4.4.4",
                [TC_ROOTFS] = TESTSUITE_ROOTFS "test-modprobe/install-cmd-loop",