You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-08 23:06:49 +02:00
Fix rm erros in tests (#342)
This commit is contained in:
committed by
Josef Friedrich
parent
a97c8075ee
commit
986dc97f1a
2
Makefile
2
Makefile
@ -120,7 +120,7 @@ clean:
|
|||||||
rm -f config/postfix-accounts.cf ;\
|
rm -f config/postfix-accounts.cf ;\
|
||||||
mv config/postfix-accounts.cf.bak config/postfix-accounts.cf ;\
|
mv config/postfix-accounts.cf.bak config/postfix-accounts.cf ;\
|
||||||
fi
|
fi
|
||||||
-rm -rf test/onedir \
|
-sudo rm -rf test/onedir \
|
||||||
test/config/empty \
|
test/config/empty \
|
||||||
test/config/without-accounts \
|
test/config/without-accounts \
|
||||||
test/config/without-virtual
|
test/config/without-virtual
|
||||||
|
Reference in New Issue
Block a user