From: Jeremy Harris Date: Sun, 10 Feb 2019 20:25:59 +0000 (+0000) Subject: Testsuite: account for (now) properly working Perl locale X-Git-Tag: exim-4.93-RC0~284^2 X-Git-Url: https://vcs.fsf.org/?p=exim.git;a=commitdiff_plain;h=f5b77e4bba2214d10072926d6de470cb8b38c626 Testsuite: account for (now) properly working Perl locale --- diff --git a/test/runtest b/test/runtest index b0fb96b7b..d76b25370 100755 --- a/test/runtest +++ b/test/runtest @@ -494,6 +494,9 @@ RESET_AFTER_EXTRA_LINE_READ: # Date/time in header lines and SMTP responses s/[A-Z][a-z]{2},\s\d\d?\s[A-Z][a-z]{2}\s\d\d\d\d\s\d\d\:\d\d:\d\d\s[-+]\d{4} /Tue, 2 Mar 1999 09:44:33 +0000/gx; + # and in a French locale + s/\S{4},\s\d\d?\s[^,]+\s\d\d\d\d\s\d\d\:\d\d:\d\d\s[-+]\d{4} + /dim., 10 f\xE9vr 2019 20:05:49 +0000/gx; # Date/time in logs and in one instance of a filter test s/^\d{4}-\d\d-\d\d\s\d\d:\d\d:\d\d(\s[+-]\d\d\d\d)?\s/1999-03-02 09:44:33 /gx; diff --git a/test/scripts/3000-Perl/3000 b/test/scripts/3000-Perl/3000 index 60db492ad..c3c01115b 100644 --- a/test/scripts/3000-Perl/3000 +++ b/test/scripts/3000-Perl/3000 @@ -19,6 +19,7 @@ ${perl{return_list}} ${perl{return_variable_vector}} ${sg{${perl{return_hash}}}{\\d+}{X}} +this change-locale fails in earlier systems. Works on Fedora 29. $tod_full // ${perl{change_locale}} // $tod_full **** exim -d-all+expand -be diff --git a/test/stdout/3000 b/test/stdout/3000 index 50be468c2..9613d0e45 100644 --- a/test/stdout/3000 +++ b/test/stdout/3000 @@ -19,7 +19,8 @@ > 3 > X > -> Tue, 2 Mar 1999 09:44:33 +0000 // Changed locale // Tue, 2 Mar 1999 09:44:33 +0000 +> this change-locale fails in earlier systems. Works on Fedora 29. +> Tue, 2 Mar 1999 09:44:33 +0000 // Changed locale // dim., 10 févr 2019 20:05:49 +0000 > > Subroutine foo called with args: arg1 > Failed: Perl subroutine "foo_undef" returned undef to force failure