]> git.ipfire.org Git - thirdparty/kmod.git/commit
testsuite: fix retcodes parsing
authorLucas De Marchi <lucas.demarchi@intel.com>
Wed, 14 Jan 2015 16:05:24 +0000 (14:05 -0200)
committerLucas De Marchi <lucas.demarchi@intel.com>
Wed, 14 Jan 2015 16:25:02 +0000 (14:25 -0200)
commitaf87874f9cb077217212e3d4e625b745cf35396f
tree11d2a2ab9008e1f3176896850a0661255fae419e
parent7db094c05088e80371bb9bfd77fdfe467800d61a
testsuite: fix retcodes parsing

It was not saving _modules in modules and thus all check were falling in
the fallback "consider a success if module is not in the list". Also the
name check wasn't right: replace with streq().

The parsing could be better implemented, but this is left for later.
testsuite/delete_module.c