summaryrefslogtreecommitdiffstats
path: root/tests/nft-parsing-test.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/nft-parsing-test.c')
-rw-r--r--tests/nft-parsing-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/nft-parsing-test.c b/tests/nft-parsing-test.c
index 55bb9ec..4fe60c3 100644
--- a/tests/nft-parsing-test.c
+++ b/tests/nft-parsing-test.c
@@ -99,10 +99,10 @@ int main(int argc, char *argv[])
if (strcmp(&dent->d_name[len-4], ".xml") == 0) {
printf("parsing %s: ", path);
if (test_xml(path) < 0)
- printf("\033[31mFAILED\033[37m (%s)\n",
+ printf("\033[31mFAILED\e[0m (%s)\n",
strerror(errno));
else
- printf("\033[32mOK\033[37m \n");
+ printf("\033[32mOK\e[0m\n");
}
}