diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-22 12:18:54 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2019-09-22 12:23:37 +0100 |
commit | adcf0aa0e5ee6bdd7136baa06cb67faafd182343 (patch) | |
tree | 75244dbd710cd522a23b439c055a356ca2cd1636 /test/scripts/1100-Basic-TLS | |
parent | bcd69700de5abae9ece41aadd403b621c6869ed6 (diff) |
Testsuite: handle non-exim-writable testcase spoolfiles
Diffstat (limited to 'test/scripts/1100-Basic-TLS')
-rw-r--r-- | test/scripts/1100-Basic-TLS/1100 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/scripts/1100-Basic-TLS/1100 b/test/scripts/1100-Basic-TLS/1100 index d993eb62a..fd83237b1 100644 --- a/test/scripts/1100-Basic-TLS/1100 +++ b/test/scripts/1100-Basic-TLS/1100 @@ -1,2 +1,6 @@ # Check for trailing backslash bug CVE-2019-15846 +mkdir -p DIR/tmp/input +cp DIR/aux-fixed/TESTNUM/input/* DIR/tmp/input/ +sudo chmod 666 DIR/tmp/input/* exim -Mset 1i2t1o-0000cD-CV -be '$tls_in_peerdn' +sudo rm -fr DIR/tmp |