5278396d987f5da11ecc3d3e5750083ff1df4f89 |
|
21-Mar-2013 |
Lucas De Marchi <lucas.de.marchi@gmail.com> |
testsuite: Add test to check if modprobe explodes on bogus config Put this one /etc/modprobe.d/bougs.conf: alias psmouse deaddood `modprobe --show-depends --quiet psmouse` explodes in an assertion (unless you have a module named deaddood). Some people and initrd's use "alias psmouse off" to disable a module instead of blacklisting it or adding a install rule. Add a test with expected_fail == true before fixing this.
/external/kmod/testsuite/rootfs-pristine/test-modprobe/alias-to-none/etc/modprobe.d/bogus.conf
|