git » chasquid » commit 6922228

test: Rename test directories to use an explicit order

author Alberto Bertogli
2016-09-12 03:02:21 UTC
committer Alberto Bertogli
2016-09-12 03:06:56 UTC
parent 2c90281c111bfcd5921df4d4035908d86d97509c

test: Rename test directories to use an explicit order

For convenience, rename the directories so the order is explicit in the name.
Make the simple test run first, to save time if it's not working.

test/{t-exim => t-01-simple_local}/config/chasquid.conf +0 -0
test/{t-exim/config/domains/srv-chasquid => t-01-simple_local/config/domains/testserver}/users +0 -0
test/{t-exim => t-01-simple_local}/content +0 -0
test/{t-simple_local => t-01-simple_local}/hosts +0 -0
test/{t-simple_local => t-01-simple_local}/msmtprc +0 -0
test/{t-simple_local => t-01-simple_local}/run.sh +0 -0
test/{t-exim => t-02-exim}/.gitignore +0 -0
test/{t-simple_local => t-02-exim}/config/chasquid.conf +0 -0
test/{t-simple_local/config/domains/testserver => t-02-exim/config/domains/srv-chasquid}/users +0 -0
test/{t-exim => t-02-exim}/config/exim4.in +0 -0
test/{t-simple_local => t-02-exim}/content +0 -0
test/{t-exim => t-02-exim}/get-exim4-debian.sh +0 -0
test/{t-exim => t-02-exim}/hosts +0 -0
test/{t-exim => t-02-exim}/msmtprc +0 -0
test/{t-exim => t-02-exim}/run.sh +0 -0

diff --git a/test/t-exim/config/chasquid.conf b/test/t-01-simple_local/config/chasquid.conf
similarity index 100%
rename from test/t-exim/config/chasquid.conf
rename to test/t-01-simple_local/config/chasquid.conf
diff --git a/test/t-exim/config/domains/srv-chasquid/users b/test/t-01-simple_local/config/domains/testserver/users
similarity index 100%
rename from test/t-exim/config/domains/srv-chasquid/users
rename to test/t-01-simple_local/config/domains/testserver/users
diff --git a/test/t-exim/content b/test/t-01-simple_local/content
similarity index 100%
rename from test/t-exim/content
rename to test/t-01-simple_local/content
diff --git a/test/t-simple_local/hosts b/test/t-01-simple_local/hosts
similarity index 100%
rename from test/t-simple_local/hosts
rename to test/t-01-simple_local/hosts
diff --git a/test/t-simple_local/msmtprc b/test/t-01-simple_local/msmtprc
similarity index 100%
rename from test/t-simple_local/msmtprc
rename to test/t-01-simple_local/msmtprc
diff --git a/test/t-simple_local/run.sh b/test/t-01-simple_local/run.sh
similarity index 100%
rename from test/t-simple_local/run.sh
rename to test/t-01-simple_local/run.sh
diff --git a/test/t-exim/.gitignore b/test/t-02-exim/.gitignore
similarity index 100%
rename from test/t-exim/.gitignore
rename to test/t-02-exim/.gitignore
diff --git a/test/t-simple_local/config/chasquid.conf b/test/t-02-exim/config/chasquid.conf
similarity index 100%
rename from test/t-simple_local/config/chasquid.conf
rename to test/t-02-exim/config/chasquid.conf
diff --git a/test/t-simple_local/config/domains/testserver/users b/test/t-02-exim/config/domains/srv-chasquid/users
similarity index 100%
rename from test/t-simple_local/config/domains/testserver/users
rename to test/t-02-exim/config/domains/srv-chasquid/users
diff --git a/test/t-exim/config/exim4.in b/test/t-02-exim/config/exim4.in
similarity index 100%
rename from test/t-exim/config/exim4.in
rename to test/t-02-exim/config/exim4.in
diff --git a/test/t-simple_local/content b/test/t-02-exim/content
similarity index 100%
rename from test/t-simple_local/content
rename to test/t-02-exim/content
diff --git a/test/t-exim/get-exim4-debian.sh b/test/t-02-exim/get-exim4-debian.sh
similarity index 100%
rename from test/t-exim/get-exim4-debian.sh
rename to test/t-02-exim/get-exim4-debian.sh
diff --git a/test/t-exim/hosts b/test/t-02-exim/hosts
similarity index 100%
rename from test/t-exim/hosts
rename to test/t-02-exim/hosts
diff --git a/test/t-exim/msmtprc b/test/t-02-exim/msmtprc
similarity index 100%
rename from test/t-exim/msmtprc
rename to test/t-02-exim/msmtprc
diff --git a/test/t-exim/run.sh b/test/t-02-exim/run.sh
similarity index 100%
rename from test/t-exim/run.sh
rename to test/t-02-exim/run.sh