You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2007/02/20 19:48:24 UTC

[Bug 5339] New: t/spamc_l.t fails under non-english locale

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: dev@spamassassin.apache.org
        ReportedBy: mf@mfedv.net


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.