code cleanup #2

This commit is contained in:
SJ
2015-12-28 14:50:37 +01:00
parent dd83ee8fb1
commit ccb3d72b8e
9 changed files with 50 additions and 40 deletions

View File

@ -132,7 +132,7 @@ static void test_archiving_rule(struct __config *cfg){
unlink(sdata.tmpframe);
printf("%s, '%s'\n", rule_test[i].filename, rule);
//printf("%s, '%s'\n", rule_test[i].filename, rule);
if(rule == NULL && rule == rule_test[i].expected_result) continue;