diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2022-02-27 14:27:04 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2022-02-28 12:01:33 +0000 |
commit | 703cc8957f4f367364b6a13c16afb1e971299278 (patch) | |
tree | 067767ed0f766bd29d74abdd1b79d245877fc8c2 /test/runtest | |
parent | fc057b9e8d3cbccb97a3044bda7faa0271670583 (diff) |
Testsuite: fix for ndbm
Diffstat (limited to 'test/runtest')
-rwxr-xr-x | test/runtest | 2 |
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 |