testsuite: fix color of unexpected failure

This commit is contained in:
Lucas De Marchi 2012-02-16 21:11:13 -02:00
parent 3805274bf5
commit 658e0471b3
1 changed files with 1 additions and 1 deletions

View File

@ -427,7 +427,7 @@ static inline int test_run_parent(const struct test *t, int fdout[2],
if (err == 0) {
if (matchout) {
LOG("%sUNEXPECTED PASS%s: %s\n",
ANSI_HIGHLIGHT_GREEN_ON, ANSI_HIGHLIGHT_OFF,
ANSI_HIGHLIGHT_RED_ON, ANSI_HIGHLIGHT_OFF,
t->name);
err = EXIT_FAILURE;
} else