You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2006/07/12 17:31:25 UTC

svn commit: r421292 - /spamassassin/branches/3.1/t/gtube.t

Author: jm
Date: Wed Jul 12 08:31:24 2006
New Revision: 421292

URL: http://svn.apache.org/viewvc?rev=421292&view=rev
Log:
bug 4908 (trivial) fix: ensure LC=C descriptions are used so that the GTUBE description can be matched

Modified:
    spamassassin/branches/3.1/t/gtube.t

Modified: spamassassin/branches/3.1/t/gtube.t
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.1/t/gtube.t?rev=421292&r1=421291&r2=421292&view=diff
==============================================================================
--- spamassassin/branches/3.1/t/gtube.t (original)
+++ spamassassin/branches/3.1/t/gtube.t Wed Jul 12 08:31:24 2006
@@ -22,6 +22,8 @@
         endif
 ");
 
+$ENV{'LC_ALL'} = 'C';             # a cheat, but we match the description
+
 ok (sarun ("-L -t < data/spam/gtube.eml", \&patterns_run_cb));
 ok_all_patterns();