[exim-cvs] Fix labels in testsuite conf files

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Exim Git Commits Mailing List
Data:  
Para: exim-cvs
Assunto: [exim-cvs] Fix labels in testsuite conf files
Gitweb: http://git.exim.org/exim.git/commitdiff/37ff4e03734cf28bf78c6df892489f99e50d8356
Commit:     37ff4e03734cf28bf78c6df892489f99e50d8356
Parent:     dd4c8678de8ed13eedcf543b301b92216f6352de
Author:     Todd Lyons <tlyons@???>
AuthorDate: Wed Oct 22 12:40:08 2014 -0700
Committer:  Todd Lyons <tlyons@???>
CommitDate: Wed Oct 22 12:40:08 2014 -0700


    Fix labels in testsuite conf files
---
 test/confs/0092 |    4 ++--
 test/confs/0109 |    2 +-
 test/confs/0171 |    2 +-
 test/confs/0214 |    2 +-
 test/confs/0299 |    2 +-
 test/confs/0307 |    2 +-
 test/confs/0350 |    2 +-
 test/confs/0563 |    2 ++
 test/confs/0567 |    2 +-
 test/confs/2131 |    2 +-
 test/confs/5440 |    2 +-
 test/confs/5450 |    2 +-
 test/confs/5608 |    2 +-
 test/confs/5800 |    2 +-
 test/confs/5840 |    2 +-
 test/confs/5860 |    2 +-
 test/confs/9900 |    2 +-
 17 files changed, 19 insertions(+), 17 deletions(-)


diff --git a/test/confs/0092 b/test/confs/0092
index c581159..9c90978 100644
--- a/test/confs/0092
+++ b/test/confs/0092
@@ -1,3 +1,5 @@
+# Exim test configuration 0092
+
acl_smtp_rcpt = check_recipient
acl_smtp_data = check_message

@@ -5,8 +7,6 @@ domainlist local_domains = test.ex : *.test.ex

domainlist relay_domains = test.ex

-# Exim test configuration 0092
-
exim_path = EXIM_PATH
host_lookup_order = bydns
primary_hostname = myhost.test.ex
diff --git a/test/confs/0109 b/test/confs/0109
index 9f86679..f2ea8d2 100644
--- a/test/confs/0109
+++ b/test/confs/0109
@@ -1,4 +1,4 @@
-# Exim test configuration 094
+# Exim test configuration 0109

exim_path = EXIM_PATH
host_lookup_order = bydns
diff --git a/test/confs/0171 b/test/confs/0171
index 70a4f07..0dceb88 100644
--- a/test/confs/0171
+++ b/test/confs/0171
@@ -1,4 +1,4 @@
-# Exim test configuration 74
+# Exim test configuration 0171

exim_path = EXIM_PATH
host_lookup_order = bydns
diff --git a/test/confs/0214 b/test/confs/0214
index 2c9e038..10e6e7b 100644
--- a/test/confs/0214
+++ b/test/confs/0214
@@ -1,4 +1,4 @@
-# Exim test configuration 215
+# Exim test configuration 0214

exim_path = EXIM_PATH
host_lookup_order = bydns
diff --git a/test/confs/0299 b/test/confs/0299
index 0dc862f..f956a18 100644
--- a/test/confs/0299
+++ b/test/confs/0299
@@ -1,4 +1,4 @@
-# Exim test configuration 347
+# Exim test configuration 0299

exim_path = EXIM_PATH
host_lookup_order = bydns
diff --git a/test/confs/0307 b/test/confs/0307
index 901ed1d..5944b01 100644
--- a/test/confs/0307
+++ b/test/confs/0307
@@ -1,4 +1,4 @@
-# Exim test configuration 356
+# Exim test configuration 0307

exim_path = EXIM_PATH
host_lookup_order = bydns
diff --git a/test/confs/0350 b/test/confs/0350
index 8dec55d..47e243d 100644
--- a/test/confs/0350
+++ b/test/confs/0350
@@ -1,4 +1,4 @@
-# Exim test configuration 592
+# Exim test configuration 0350

exim_path = EXIM_PATH
host_lookup_order = bydns
diff --git a/test/confs/0563 b/test/confs/0563
index ac9839f..320fb8b 100644
--- a/test/confs/0563
+++ b/test/confs/0563
@@ -1,3 +1,5 @@
+# Exim test configuration 0563
+
qualify_domain = testexim.test.ex
localpartlist aliases = joe:sam:tom

diff --git a/test/confs/0567 b/test/confs/0567
index 7348b1f..d56da69 100644
--- a/test/confs/0567
+++ b/test/confs/0567
@@ -1,4 +1,4 @@
-# Exim test configuration 0532
+# Exim test configuration 0567

CONNECTCOND=

diff --git a/test/confs/2131 b/test/confs/2131
index c52ceed..b1719ba 100644
--- a/test/confs/2131
+++ b/test/confs/2131
@@ -1,4 +1,4 @@
-# Exim test configuration 2130
+# Exim test configuration 2131
# SNI

SERVER =
diff --git a/test/confs/5440 b/test/confs/5440
index 9556412..03d9916 100644
--- a/test/confs/5440
+++ b/test/confs/5440
@@ -1,4 +1,4 @@
-# Exim test configuration 2012
+# Exim test configuration 5440
# TLS client: verify certificate from server - fails

SERVER=
diff --git a/test/confs/5450 b/test/confs/5450
index 398871c..e737cf3 100644
--- a/test/confs/5450
+++ b/test/confs/5450
@@ -1,4 +1,4 @@
-# Exim test configuration 2112
+# Exim test configuration 5450
# TLS client: verify certificate from server - fails

SERVER=
diff --git a/test/confs/5608 b/test/confs/5608
index 272d5f6..500c54b 100644
--- a/test/confs/5608
+++ b/test/confs/5608
@@ -1,4 +1,4 @@
-# Exim test configuration 5601
+# Exim test configuration 5608
# OCSP stapling, client, tpda

SERVER =
diff --git a/test/confs/5800 b/test/confs/5800
index bd0b77d..66facec 100644
--- a/test/confs/5800
+++ b/test/confs/5800
@@ -1,4 +1,4 @@
-# Exim test configuration 5890
+# Exim test configuration 5800
# DANE common

exim_path = EXIM_PATH
diff --git a/test/confs/5840 b/test/confs/5840
index 4359b9a..68a47e9 100644
--- a/test/confs/5840
+++ b/test/confs/5840
@@ -1,4 +1,4 @@
-# Exim test configuration 5850
+# Exim test configuration 5840
# DANE

SERVER=
diff --git a/test/confs/5860 b/test/confs/5860
index 7dc4b09..956a5dc 100644
--- a/test/confs/5860
+++ b/test/confs/5860
@@ -1,4 +1,4 @@
-# Exim test configuration 5850
+# Exim test configuration 5860
# DANE

SERVER=
diff --git a/test/confs/9900 b/test/confs/9900
index 2a69d01..3bac998 100644
--- a/test/confs/9900
+++ b/test/confs/9900
@@ -1,4 +1,4 @@
-# Exim test configuration 1006
+# Exim test configuration 9900

exim_path = EXIM_PATH
host_lookup_order = bydns