You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by bi...@apache.org on 2018/06/25 13:34:44 UTC

svn commit: r1834327 - /spamassassin/branches/3.4/t/idn_dots.t

Author: billcole
Date: Mon Jun 25 13:34:44 2018
New Revision: 1834327

URL: http://svn.apache.org/viewvc?rev=1834327&view=rev
Log:
REALLY revert whitewash fix of t/idn_dots.t

Modified:
    spamassassin/branches/3.4/t/idn_dots.t

Modified: spamassassin/branches/3.4/t/idn_dots.t
URL: http://svn.apache.org/viewvc/spamassassin/branches/3.4/t/idn_dots.t?rev=1834327&r1=1834326&r2=1834327&view=diff
==============================================================================
--- spamassassin/branches/3.4/t/idn_dots.t (original)
+++ spamassassin/branches/3.4/t/idn_dots.t Mon Jun 25 13:34:44 2018
@@ -1,7 +1,6 @@
 #!/usr/bin/perl -w
 
 # test URIs with UTF8 IDNA-equivalent dots between domains instead of ordinary '.'
-use utf8;
 
 BEGIN {
   if (-e 't/test_dir') { # if we are running "t/rule_names.t", kluge around ...