From 986dc97f1a695a350bb7d800a41097d78eef6503 Mon Sep 17 00:00:00 2001 From: Dennis Stumm Date: Fri, 30 Sep 2016 23:37:09 +0200 Subject: [PATCH] Fix rm erros in tests (#342) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 93441c23..b3dfcd4c 100644 --- a/Makefile +++ b/Makefile @@ -120,7 +120,7 @@ clean: rm -f config/postfix-accounts.cf ;\ mv config/postfix-accounts.cf.bak config/postfix-accounts.cf ;\ fi - -rm -rf test/onedir \ + -sudo rm -rf test/onedir \ test/config/empty \ test/config/without-accounts \ test/config/without-virtual