commit | ad7f1757c03122506525c90d3d519a38aa1ceac2 | [log] [tgz] |
---|---|---|
author | Lucas De Marchi <lucas.demarchi@intel.com> | Wed Mar 19 09:15:59 2014 -0300 |
committer | Lucas De Marchi <lucas.demarchi@intel.com> | Wed Mar 19 09:22:20 2014 -0300 |
tree | 3a0555b940fcada688795cdf397bd53bdd8ff0ed | |
parent | 49b33c1f215d5d58838845cbbaefc007bd0f9ac7 [diff] |
Add test for depmod using search dirs with same prefix Test depmod with search dirs "foo" and "foobar". Previously to 49b33c1 ("depmod: do not allow partial matches with "search" directive") we were failing this test due to matching the prefix without checking if it's the full dir name. We are adding 2 tests here in order to catch the case we only pass the test due to processing the directories in a favourable order.