mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Fix rm erros in tests (#342)
This commit is contained in:
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
|
||||||
|
|
Loading…
Reference in a new issue