diff options
author | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-02-08 01:40:00 -0200 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-02-08 02:04:10 -0200 |
commit | 976ea8c3ae57d5c229bdebdb48e3487fdd641d1d (patch) | |
tree | 51f807c4da1df9d7d4067237b1ad802e7f36ac3f /TODO | |
parent | 4083b0997a0c757b4d414db2a70cecbe8e81a390 (diff) | |
download | kmod-976ea8c3ae57d5c229bdebdb48e3487fdd641d1d.tar.gz kmod-976ea8c3ae57d5c229bdebdb48e3487fdd641d1d.tar.bz2 kmod-976ea8c3ae57d5c229bdebdb48e3487fdd641d1d.zip |
testsuite: add tests to modprobe --show-depends
test 1 - check whether modprobe outputs the right thing when
using --show-depends is used with already loaded modules.
test 2 - check whether modprobe outputs the right thing when
using --show-depends with modules not loaded yet
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -38,9 +38,6 @@ Features: * Stop using system() inside the library and use fork + exec instead -* Add tests for --show-depends: we need to first trap calls to - kmod_module_get_path(), because it's printed to stdout/stderr. - Known Bugs: =========== |