http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5339
Summary: t/spamc_l.t fails under non-english locale
Product: Spamassassin
Version: 3.1.8
Platform: PC
OS/Version: Linux
Status: NEW
Severity: minor
Priority: P5
Component: Regression Tests
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
t/spamc_l.t expects a network connection to 127.0.0.1:8 to fail and checks for
the resulting system message ("Connection refused").
If running under a non-english locale, this message may be translated, the test
fails, and installation of Mail::SpamAssassin using CPAN fails.
Patch is trivial: add
$ENV{"LANG"}="C";
in t/spamc_l.t to make sure system messages are returned as expected.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.