[open-ils-commits] r17687 - trunk/Open-ILS/src/support-scripts/test-scripts (atz)

svn at svn.open-ils.org svn at svn.open-ils.org
Wed Sep 15 01:25:08 EDT 2010


Author: atz
Date: 2010-09-15 01:25:04 -0400 (Wed, 15 Sep 2010)
New Revision: 17687

Modified:
   trunk/Open-ILS/src/support-scripts/test-scripts/ftp_ls.pl
Log:
less hardcoding, more good

Modified: trunk/Open-ILS/src/support-scripts/test-scripts/ftp_ls.pl
===================================================================
--- trunk/Open-ILS/src/support-scripts/test-scripts/ftp_ls.pl	2010-09-15 05:25:03 UTC (rev 17686)
+++ trunk/Open-ILS/src/support-scripts/test-scripts/ftp_ls.pl	2010-09-15 05:25:04 UTC (rev 17687)
@@ -57,7 +57,7 @@
 }
 close TEMP;
 
-my $dir = '/home/some_user/out';
+my $dir = '/home/' . $config{remote_user} . '/out';
 $delay and print "Sleeping $delay seconds\n" and sleep $delay;
 
 my $glob6 = $dir . '/*Q*';



More information about the open-ils-commits mailing list