summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2012-02-08 01:40:00 -0200
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-02-08 02:04:10 -0200
commit976ea8c3ae57d5c229bdebdb48e3487fdd641d1d (patch)
tree51f807c4da1df9d7d4067237b1ad802e7f36ac3f /TODO
parent4083b0997a0c757b4d414db2a70cecbe8e81a390 (diff)
downloadkmod-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--TODO3
1 files changed, 0 insertions, 3 deletions
diff --git a/TODO b/TODO
index 6ab11f1..23d7c76 100644
--- a/TODO
+++ b/TODO
@@ -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:
===========