HTCondor Project List Archives



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Condor-devel] Typo in x_renamebypattern.pl



I found a typo in x_renamebypattern.pl. It was trying to use Candor instead of Condor. I've fixed it and am supplying a patch. Does anyone know if this file is still used? See any problems with the patch?

Rob
diff --git a/RHEL-5-MRG/condor-7.0.1/src/condor_tests/x_renamebypattern.pl b/RHEL-5-MRG/condor-7.0.1/src/condor_tests/x_renamebypattern.pl
index 8de2013..f9b0978 100755
--- a/RHEL-5-MRG/condor-7.0.1/src/condor_tests/x_renamebypattern.pl
+++ b/RHEL-5-MRG/condor-7.0.1/src/condor_tests/x_renamebypattern.pl
@@ -18,7 +18,7 @@
 ##
 ##**************************************************************
 
-use CandorTest;
+use CondorTest;
 
 use strict;