You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by km...@apache.org on 2017/04/11 02:04:05 UTC

svn commit: r1790905 - /spamassassin/trunk/t/make_install.t

Author: kmcgrail
Date: Tue Apr 11 02:04:05 2017
New Revision: 1790905

URL: http://svn.apache.org/viewvc?rev=1790905&view=rev
Log:
Small whitespace cleanup for readability

Modified:
    spamassassin/trunk/t/make_install.t

Modified: spamassassin/trunk/t/make_install.t
URL: http://svn.apache.org/viewvc/spamassassin/trunk/t/make_install.t?rev=1790905&r1=1790904&r2=1790905&view=diff
==============================================================================
--- spamassassin/trunk/t/make_install.t (original)
+++ spamassassin/trunk/t/make_install.t Tue Apr 11 02:04:05 2017
@@ -1,10 +1,13 @@
 #!/usr/bin/perl
 
-use lib '.'; use lib 't';
+use lib '.'; 
+use lib 't';
 $ENV{'TEST_PERL_TAINT'} = 'no';     # inhibit for this test
-use SATest; sa_t_init("make_install");
+use SATest; 
+sa_t_init("make_install");
 
-use Test; plan tests => 25;
+use Test; 
+plan tests => 25;
 
 BEGIN { 
   if (-e 't/test_dir') {