diff options
author | Dave Reisner <dreisner@archlinux.org> | 2012-02-14 21:49:26 -0500 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@profusion.mobi> | 2012-02-16 16:52:38 -0200 |
commit | f31d49c8b3a8ef863a6d6401b98b9e59a29ea53d (patch) | |
tree | cd46396c765f2a2cb49a1683bf27544c517423ce /TODO | |
parent | f6301b65bd585a614fc72ecb130b99adc9eb2fe3 (diff) | |
download | kmod-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-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |