Avoid error when running the tests twice.
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 10 Nov 2008 21:47:08 +0000 (22:47 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Mon, 10 Nov 2008 21:47:08 +0000 (22:47 +0100)
Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
postlicyd/tst-filters.c

index 63ca7e6..81cc04c 100644 (file)
@@ -208,8 +208,8 @@ int main(int argc, char *argv[])
 #define RM(File)                                                               \
       snprintf(path, FILENAME_MAX, "%s/%s", basepath, File);                   \
       unlink(path);
-//      RM("test1_greylist.db");
-//      RM("test1_whitelist.db");
+      RM("test1_greylist.db");
+      RM("test1_whitelist.db");
       RM("test2_greylist.db");
       RM("test2_whitelist.db");
 #undef RM