From 5e503208cdd949ee40b2dc7eee87c3f6803a36fa Mon Sep 17 00:00:00 2001 From: Florent Bruneau Date: Mon, 10 Nov 2008 22:47:08 +0100 Subject: [PATCH] Avoid error when running the tests twice. Signed-off-by: Florent Bruneau --- postlicyd/tst-filters.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1