summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2023-09-03 15:47:22 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2023-09-03 15:47:22 +0100
commit27a47076355329d40564a9ac6d39f34d44fc8cbb (patch)
treebfdd6ead17bf3be0ea8c2d20d6ea30128dabbc8e
parent7a7d145e80c7186e811628c0dea8f6afc26b73ff (diff)
Testsuite: add stderr file for one testcase.
THis is just so that perl "die" is visible from buildfarm animals.
-rw-r--r--test/scripts/0000-Basic/06997
-rw-r--r--test/stderr/069910
-rw-r--r--test/stdout/069910
3 files changed, 24 insertions, 3 deletions
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 <CALLER@the.local.host.name>
nulldeliver@test.ex
@@ -5,7 +7,15 @@ exim_id_update exit code = 0
TTT sss 10HmaY-0005vi-00-H <CALLER@the.local.host.name>
nulldeliver@test.ex
+### Check that the format-mangler utility can upgrade spoolfiles
exim_id_update exit code = 0
TTT sss 10HmaY-000000005vi-0000 <nobody@test.ex>
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