From 24db3d4a44d2d261df449a963881b0e99b90afa4 Mon Sep 17 00:00:00 2001 From: Chris Cormack Date: Fri, 4 Mar 2011 12:31:48 +1300 Subject: [PATCH] Fixing the translatable tests to work in french locales --- xt/author/translatable-templates.t | 1 + 1 file changed, 1 insertion(+) diff --git a/xt/author/translatable-templates.t b/xt/author/translatable-templates.t index 9f3841ddb3..1a54a9626f 100644 --- a/xt/author/translatable-templates.t +++ b/xt/author/translatable-templates.t @@ -38,6 +38,7 @@ sub test_string_extraction { while () { # ignore some noise on STDERR next if /^\.* done\.$/; + next if /^\.* termin\?\.$/; next if /^Warning: Can't determine original templates' charset/; next if /^Warning: Charset Out defaulting to/; next if /^Removing empty file /; -- 2.20.1