[Rt-commit] r4923 - in rt/branches/3.5-TESTING: lib/t/regression
    jesse at bestpractical.com 
    jesse at bestpractical.com
       
    Thu Mar 30 21:03:21 EST 2006
    
    
  
Author: jesse
Date: Thu Mar 30 21:03:20 2006
New Revision: 4923
Modified:
   rt/branches/3.5-TESTING/   (props changed)
   rt/branches/3.5-TESTING/lib/t/regression/23cfsort.t
   rt/branches/3.5-TESTING/lib/t/regression/24pawsort.t
Log:
 r10634 at hualien:  jesse | 2006-03-31 11:03:02 +0900
 RT-Ticket: 7425
 RT-Status: resolved
 RT-Update: correspond
 
 Test fixes from Todd Chapman
 
Modified: rt/branches/3.5-TESTING/lib/t/regression/23cfsort.t
==============================================================================
--- rt/branches/3.5-TESTING/lib/t/regression/23cfsort.t	(original)
+++ rt/branches/3.5-TESTING/lib/t/regression/23cfsort.t	Thu Mar 30 21:03:20 2006
@@ -1,4 +1,4 @@
-#!/home/perl/bin/perl
+#!/usr/bin/perl
 
 use Test::More qw/no_plan/;
 use RT;
Modified: rt/branches/3.5-TESTING/lib/t/regression/24pawsort.t
==============================================================================
--- rt/branches/3.5-TESTING/lib/t/regression/24pawsort.t	(original)
+++ rt/branches/3.5-TESTING/lib/t/regression/24pawsort.t	Thu Mar 30 21:03:20 2006
@@ -1,4 +1,4 @@
-#!/home/perl/bin/perl
+#!/usr/bin/perl
 
 use Test::More qw/no_plan/;
 use RT;
    
    
More information about the Rt-commit
mailing list