summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic
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 /test/scripts/0000-Basic
parent7a7d145e80c7186e811628c0dea8f6afc26b73ff (diff)
Testsuite: add stderr file for one testcase.
THis is just so that perl "die" is visible from buildfarm animals.
Diffstat (limited to 'test/scripts/0000-Basic')
-rw-r--r--test/scripts/0000-Basic/06997
1 files changed, 4 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