From: Florent Bruneau Date: Mon, 10 Nov 2008 21:47:08 +0000 (+0100) Subject: Avoid error when running the tests twice. X-Git-Url: http://git.madism.org/?a=commitdiff_plain;h=5e503208cdd949ee40b2dc7eee87c3f6803a36fa;p=apps%2Fpfixtools.git Avoid error when running the tests twice. Signed-off-by: Florent Bruneau --- diff --git a/postlicyd/tst-filters.c b/postlicyd/tst-filters.c index 63ca7e6..81cc04c 100644 --- a/postlicyd/tst-filters.c +++ b/postlicyd/tst-filters.c @@ -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