Summary: tests fail due to LANGUAGE environment variable
Product: Spamassassin
Version: SVN Trunk (Latest Devel Version)
Platform: PC
S/Version: Linux
Status: NEW
Severity: trivial
Priority: P5
Component: Regression Tests
AssignedTo: dev (AT) spamassassin (DOT) apache.org
ReportedBy: japh (AT) tirwhan (DOT) org
Tests in gtube.t and reportheader.t fail if the system environment variable
LANGUAGE is set to a non-English language. The tests set $ENV{LC_ALL} to
counter this, but since LANGUAGE has precedence over LC_ALL this does not
work.
Solution: set $ENV{LANGUAGE} instead of $ENV{LC_ALL}
You are receiving this mail because:
You are the assignee for the bug, or are watching the assignee.