testsuite: check for correct error message in detect-loop

This commit is contained in:
Lucas De Marchi 2014-05-30 10:26:17 -03:00
parent d7293a1628
commit 7a2d0e6187
2 changed files with 6 additions and 2 deletions

View File

@ -0,0 +1,3 @@
depmod: ERROR: Found 5 modules in dependency cycles!
depmod: ERROR: Cycle detected: moduleE -> moduleD -> moduleE
depmod: ERROR: Cycle detected: moduleB -> moduleC -> moduleA -> moduleB

View File

@ -125,8 +125,9 @@ static DEFINE_TEST(depmod_detect_loop,
[TC_ROOTFS] = DETECT_LOOP_ROOTFS,
},
.expected_fail = true,
);
.output = {
.err = DETECT_LOOP_ROOTFS "/correct.txt",
});
static const struct test *tests[] = {