From 5df85ea74169c9d1b8c058416e36b3e33b39f4ea Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sat, 10 Feb 2018 17:29:38 +0000 Subject: [PATCH] Testsuite: move DKIM Ed25519 testcases to seperate feature-test group --- test/confs/{4505 => 4540} | 0 test/confs/{4525 => 4545} | 0 test/log/{4505 => 4540} | 0 test/log/{4525 => 4545} | 0 test/scripts/4500-DKIM/4504 | 2 +- test/scripts/{4500-DKIM/4505 => 4540-DKIM-Ed25519/4540} | 0 test/scripts/{4500-DKIM/4525 => 4540-DKIM-Ed25519/4545} | 0 test/scripts/4540-DKIM-Ed25519/REQUIRES | 2 ++ 8 files changed, 3 insertions(+), 1 deletion(-) rename test/confs/{4505 => 4540} (100%) rename test/confs/{4525 => 4545} (100%) rename test/log/{4505 => 4540} (100%) rename test/log/{4525 => 4545} (100%) rename test/scripts/{4500-DKIM/4505 => 4540-DKIM-Ed25519/4540} (100%) rename test/scripts/{4500-DKIM/4525 => 4540-DKIM-Ed25519/4545} (100%) create mode 100644 test/scripts/4540-DKIM-Ed25519/REQUIRES diff --git a/test/confs/4505 b/test/confs/4540 similarity index 100% rename from test/confs/4505 rename to test/confs/4540 diff --git a/test/confs/4525 b/test/confs/4545 similarity index 100% rename from test/confs/4525 rename to test/confs/4545 diff --git a/test/log/4505 b/test/log/4540 similarity index 100% rename from test/log/4505 rename to test/log/4540 diff --git a/test/log/4525 b/test/log/4545 similarity index 100% rename from test/log/4525 rename to test/log/4545 diff --git a/test/scripts/4500-DKIM/4504 b/test/scripts/4500-DKIM/4504 index 5de9e7948..ccc4d6ebe 100644 --- a/test/scripts/4500-DKIM/4504 +++ b/test/scripts/4500-DKIM/4504 @@ -1,4 +1,4 @@ -# DKIM verify, sha512 +# DKIM verify, sha512 (with extraneous DNS record) # exim -DSERVER=server -bd -oX PORT_D **** diff --git a/test/scripts/4500-DKIM/4505 b/test/scripts/4540-DKIM-Ed25519/4540 similarity index 100% rename from test/scripts/4500-DKIM/4505 rename to test/scripts/4540-DKIM-Ed25519/4540 diff --git a/test/scripts/4500-DKIM/4525 b/test/scripts/4540-DKIM-Ed25519/4545 similarity index 100% rename from test/scripts/4500-DKIM/4525 rename to test/scripts/4540-DKIM-Ed25519/4545 diff --git a/test/scripts/4540-DKIM-Ed25519/REQUIRES b/test/scripts/4540-DKIM-Ed25519/REQUIRES new file mode 100644 index 000000000..98902bc11 --- /dev/null +++ b/test/scripts/4540-DKIM-Ed25519/REQUIRES @@ -0,0 +1,2 @@ +support DKIM +feature _CRYPTO_SIGN_ED25519 -- 2.30.2