From 83a6489aa2a9b37ceebc55f5004e36a2f01a1be8 Mon Sep 17 00:00:00 2001
From: pierreozoux <pierre@ozoux.net>
Date: Tue, 10 Mar 2015 15:23:21 +0000
Subject: [PATCH] Rename dovecot test to email

---
 README.md                      | 2 +-
 tests/{dovecot.sh => email.sh} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename tests/{dovecot.sh => email.sh} (100%)

diff --git a/README.md b/README.md
index a09be90..a22d580 100644
--- a/README.md
+++ b/README.md
@@ -23,7 +23,7 @@ export VULTR_API_KEY=
 ssh root@server.test
 cd /data/indiehosters
 ./tests/start.sh
-./tests/dovecot.sh
+./tests/email.sh
 reboot
 ssh root@server.test
 ./tests/stop.sh
diff --git a/tests/dovecot.sh b/tests/email.sh
similarity index 100%
rename from tests/dovecot.sh
rename to tests/email.sh
-- 
GitLab