From 69222284e077cf4b70ebe045a3a001686bbe1d97 Mon Sep 17 00:00:00 2001 From: Alberto Bertogli Date: Mon, 12 Sep 2016 04:02:21 +0100 Subject: [PATCH] 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 .../config/domains/testserver}/users | 0 test/{t-exim => t-01-simple_local}/content | 0 test/{t-simple_local => t-01-simple_local}/hosts | 0 test/{t-simple_local => t-01-simple_local}/msmtprc | 0 test/{t-simple_local => t-01-simple_local}/run.sh | 0 test/{t-exim => t-02-exim}/.gitignore | 0 test/{t-simple_local => t-02-exim}/config/chasquid.conf | 0 .../testserver => t-02-exim/config/domains/srv-chasquid}/users | 0 test/{t-exim => t-02-exim}/config/exim4.in | 0 test/{t-simple_local => t-02-exim}/content | 0 test/{t-exim => t-02-exim}/get-exim4-debian.sh | 0 test/{t-exim => t-02-exim}/hosts | 0 test/{t-exim => t-02-exim}/msmtprc | 0 test/{t-exim => t-02-exim}/run.sh | 0 15 files changed, 0 insertions(+), 0 deletions(-) rename test/{t-exim => t-01-simple_local}/config/chasquid.conf (100%) rename test/{t-exim/config/domains/srv-chasquid => t-01-simple_local/config/domains/testserver}/users (100%) rename test/{t-exim => t-01-simple_local}/content (100%) rename test/{t-simple_local => t-01-simple_local}/hosts (100%) rename test/{t-simple_local => t-01-simple_local}/msmtprc (100%) rename test/{t-simple_local => t-01-simple_local}/run.sh (100%) rename test/{t-exim => t-02-exim}/.gitignore (100%) rename test/{t-simple_local => t-02-exim}/config/chasquid.conf (100%) rename test/{t-simple_local/config/domains/testserver => t-02-exim/config/domains/srv-chasquid}/users (100%) rename test/{t-exim => t-02-exim}/config/exim4.in (100%) rename test/{t-simple_local => t-02-exim}/content (100%) rename test/{t-exim => t-02-exim}/get-exim4-debian.sh (100%) rename test/{t-exim => t-02-exim}/hosts (100%) rename test/{t-exim => t-02-exim}/msmtprc (100%) rename test/{t-exim => t-02-exim}/run.sh (100%) 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