Move the regression test for CVE-2019-15846 to 1100-Basic-TLS/1100
authorHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Tue, 10 Sep 2019 10:49:32 +0000 (12:49 +0200)
committerHeiko Schlittermann (HS12-RIPE) <hs@schlittermann.de>
Tue, 10 Sep 2019 10:49:32 +0000 (12:49 +0200)
test/aux-fixed/1100/input/1i2t1o-0000cD-CV-D [moved from test/aux-fixed/0909/input/1i2t1o-0000cD-CV-D with 100% similarity]
test/aux-fixed/1100/input/1i2t1o-0000cD-CV-H [moved from test/aux-fixed/0909/input/1i2t1o-0000cD-CV-H with 100% similarity]
test/confs/1100 [moved from test/confs/0909 with 67% similarity]
test/scripts/0000-Basic/0909 [deleted file]
test/scripts/1100-Basic-TLS/1100 [new file with mode: 0644]
test/scripts/1100-Basic-TLS/REQUIRES [new file with mode: 0644]
test/stdout/1100 [moved from test/stdout/0909 with 100% similarity]

similarity index 67%
rename from test/confs/0909
rename to test/confs/1100
index 68b5be68f951827baa779f63ac2cb376e7eccf9f..48f8c2029978d3e9b59d6bcf32783069599eaf67 100644 (file)
@@ -1,4 +1,4 @@
 keep_environment =
 tls_advertise_hosts =
 log_file_path = DIR/spool/log/%slog
-spool_directory = DIR/aux-fixed/0909
+spool_directory = DIR/aux-fixed/1100
diff --git a/test/scripts/0000-Basic/0909 b/test/scripts/0000-Basic/0909
deleted file mode 100644 (file)
index 6476caa..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-# Check for trailing backslash bug CVE-2019-XXX
-exim -Mset 1i2t1o-0000cD-CV -be '$tls_in_peerdn'
diff --git a/test/scripts/1100-Basic-TLS/1100 b/test/scripts/1100-Basic-TLS/1100
new file mode 100644 (file)
index 0000000..d993eb6
--- /dev/null
@@ -0,0 +1,2 @@
+# Check for trailing backslash bug CVE-2019-15846
+exim -Mset 1i2t1o-0000cD-CV -be '$tls_in_peerdn'
diff --git a/test/scripts/1100-Basic-TLS/REQUIRES b/test/scripts/1100-Basic-TLS/REQUIRES
new file mode 100644 (file)
index 0000000..1b465a6
--- /dev/null
@@ -0,0 +1 @@
+feature _HAVE_TLS
similarity index 100%
rename from test/stdout/0909
rename to test/stdout/1100