From 27a47076355329d40564a9ac6d39f34d44fc8cbb Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 3 Sep 2023 15:47:22 +0100 Subject: Testsuite: add stderr file for one testcase. THis is just so that perl "die" is visible from buildfarm animals. --- test/scripts/0000-Basic/0699 | 7 ++++--- test/stderr/0699 | 10 ++++++++++ test/stdout/0699 | 10 ++++++++++ 3 files changed, 24 insertions(+), 3 deletions(-) create mode 100644 test/stderr/0699 diff --git a/test/scripts/0000-Basic/0699 b/test/scripts/0000-Basic/0699 index 20389ff53..5dbcd38b8 100644 --- a/test/scripts/0000-Basic/0699 +++ b/test/scripts/0000-Basic/0699 @@ -5,14 +5,14 @@ # Ensure spooldir exists sudo mkdir -p DIR/spool/input # -# Check that delivery of old-format spoolfiles works +### Check that delivery of old-format spoolfiles works sudo cp DIR/aux-fixed/TESTNUM/* DIR/spool/input/ sudo chown -R EXIMUSER:EXIMGROUP DIR/spool/input/ sudo chmod -R 640 DIR/spool/input/* exim -q **** # -# Check that the format-mangler utility can downgrade spoolfiles +### Check that the format-mangler utility can downgrade spoolfiles exim -odq nulldeliver@test.ex Subject: originally-new id format spoolfile @@ -26,7 +26,7 @@ exim -bp exim -q **** # -# Check that the format-mangler utility can upgrade spoolfiles +### Check that the format-mangler utility can upgrade spoolfiles sudo cp DIR/aux-fixed/TESTNUM/* DIR/spool/input/ sudo chown -R EXIMUSER:EXIMGROUP DIR/spool/input/ sudo chmod -R 640 DIR/spool/input/* @@ -37,4 +37,5 @@ exim -q **** # # +### done no_msglog_check diff --git a/test/stderr/0699 b/test/stderr/0699 new file mode 100644 index 000000000..f61a861c9 --- /dev/null +++ b/test/stderr/0699 @@ -0,0 +1,10 @@ +### Check that delivery of old-format spoolfiles works +### Check that the format-mangler utility can downgrade spoolfiles +### Check that the format-mangler utility can upgrade spoolfiles +### done + +******** SERVER ******** +### Check that delivery of old-format spoolfiles works +### Check that the format-mangler utility can downgrade spoolfiles +### Check that the format-mangler utility can upgrade spoolfiles +### done diff --git a/test/stdout/0699 b/test/stdout/0699 index bd8fab1c7..025f2996b 100644 --- a/test/stdout/0699 +++ b/test/stdout/0699 @@ -1,3 +1,5 @@ +### Check that delivery of old-format spoolfiles works +### Check that the format-mangler utility can downgrade spoolfiles TTT sss 10HmaX-000000005vi-0000 nulldeliver@test.ex @@ -5,7 +7,15 @@ exim_id_update exit code = 0 TTT sss 10HmaY-0005vi-00-H nulldeliver@test.ex +### Check that the format-mangler utility can upgrade spoolfiles exim_id_update exit code = 0 TTT sss 10HmaY-000000005vi-0000 nulldeliver@test.ex +### done + +******** SERVER ******** +### Check that delivery of old-format spoolfiles works +### Check that the format-mangler utility can downgrade spoolfiles +### Check that the format-mangler utility can upgrade spoolfiles +### done -- cgit v1.2.3