summaryrefslogtreecommitdiff
path: root/test/runtest
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2022-02-27 14:27:04 +0000
committerJeremy Harris <jgh146exb@wizmail.org>2022-02-28 12:01:33 +0000
commit703cc8957f4f367364b6a13c16afb1e971299278 (patch)
tree067767ed0f766bd29d74abdd1b79d245877fc8c2 /test/runtest
parentfc057b9e8d3cbccb97a3044bda7faa0271670583 (diff)
downloadexim4-703cc8957f4f367364b6a13c16afb1e971299278.tar.gz
Testsuite: fix for ndbm
Diffstat (limited to 'test/runtest')
-rwxr-xr-xtest/runtest2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/runtest b/test/runtest
index 209cd9c1e..6f1bd0add 100755
--- a/test/runtest
+++ b/test/runtest
@@ -2038,7 +2038,7 @@ if (! $message_skip)
foreach $mail (@mails)
{
- next if $mail eq "test-mail/oncelog";
+ next if $mail =~ /^test-mail\/oncelog(.(dir|pag|db))?$/;
$saved_mail = substr($mail, 10); # Remove "test-mail/"
$saved_mail =~ s/^$parm_caller(\/|$)/CALLER/; # Convert caller name