I've found a bug in the testsuite, which was silently preventing some tests from running. The first commit fixes the bug in tests/runtests, and the rest fix various bugs in the tests that weren't running. With these patches applied, all tests pass on my system. I didn't have to modify the code under test. Keegan McAllister (5): testsuite: export TEST_ENDIAN and TEST_BITS testsuite: mock unlink() testsuite: pass -F to depmod when passing -e testsuite: remove modprobe module renaming test testsuite: check size against the right file testing.h | 11 ++++ tests/runtests | 2 + tests/test-depmod/02simple.sh | 16 +++-- tests/test-depmod/04maps.sh | 8 ++- tests/test-depmod/06undefined.sh | 2 +- tests/test-depmod/07complex.sh | 8 ++- tests/test-depmod/08basedir.sh | 12 ++-- tests/test-depmod/12compressed.sh | 16 +++-- tests/test-depmod/13compressed-maps.sh | 8 ++- tests/test-depmod/14updates.sh | 16 +++-- tests/test-depmod/15symlink.sh | 16 +++-- tests/test-depmod/16specific-modules.sh | 12 ++-- tests/test-modprobe/06rename.sh | 100 ------------------------------- tests/test-modprobe/17compressed.sh | 2 +- 14 files changed, 80 insertions(+), 149 deletions(-) delete mode 100755 tests/test-modprobe/06rename.sh -- 1.7.2.3 -- To unsubscribe from this list: send the line "unsubscribe linux-modules" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html