summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorDave Reisner <dreisner@archlinux.org>2012-02-14 21:49:26 -0500
committerLucas De Marchi <lucas.demarchi@profusion.mobi>2012-02-16 16:52:38 -0200
commitf31d49c8b3a8ef863a6d6401b98b9e59a29ea53d (patch)
treecd46396c765f2a2cb49a1683bf27544c517423ce /TODO
parentf6301b65bd585a614fc72ecb130b99adc9eb2fe3 (diff)
downloadkmod-f31d49c8b3a8ef863a6d6401b98b9e59a29ea53d.tar.gz
kmod-f31d49c8b3a8ef863a6d6401b98b9e59a29ea53d.tar.bz2
kmod-f31d49c8b3a8ef863a6d6401b98b9e59a29ea53d.zip
testsuite: add .path member to test struct
This allows us to prepend an arbitrary item to the PATH environment variable, meaning we can favor the binaries we just built, rather than relying on those in the filesystem.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index 4f5e7c8..315878e 100644
--- a/TODO
+++ b/TODO
@@ -39,7 +39,6 @@ Features:
* Stop using system() inside the library and use fork + exec instead
* testsuite:
- - allow to set PATH, so install commands can contain tools in them
- when fake init_module() succeeds, create an entry in /sys/module
- when fake delete_module() succeeds, remove its entry from /sys/module
- add test for dependency loop _with install commands_ relying on module