[Rt-commit] r6109 - in RT-Extension-TicketAging: .

schwern at bestpractical.com schwern at bestpractical.com
Fri Sep 29 04:41:32 EDT 2006


Author: schwern
Date: Fri Sep 29 04:41:31 2006
New Revision: 6109

Modified:
   RT-Extension-TicketAging/   (props changed)
   RT-Extension-TicketAging/t/utils.pl

Log:
 r19457 at Master-Windhund-IV:  schwern | 2006-09-29 01:40:12 -0700
 Ensure rt-aging is running with the libraries in the source tree, not the
 installed.


Modified: RT-Extension-TicketAging/t/utils.pl
==============================================================================
--- RT-Extension-TicketAging/t/utils.pl	(original)
+++ RT-Extension-TicketAging/t/utils.pl	Fri Sep 29 04:41:31 2006
@@ -21,7 +21,7 @@
 
 sub run_exec {
     my %args = @_;
-    my $cmd = $exec;
+    my $cmd = "$^X -Mblib $exec";
     while ( my ($k,$v) = each %args ) {
         $cmd .= " --$k '$v'";
     }


More information about the Rt-commit mailing list