[svk-commit] r2266 - branches/2.0-releng/lib/SVK

nobody at bestpractical.com nobody at bestpractical.com
Sun Dec 24 11:17:43 EST 2006


Author: clkao
Date: Sun Dec 24 11:17:43 2006
New Revision: 2266

Modified:
   branches/2.0-releng/lib/SVK/Test.pm

Log:
Return hook file from the install_hook test helper.

Modified: branches/2.0-releng/lib/SVK/Test.pm
==============================================================================
--- branches/2.0-releng/lib/SVK/Test.pm	(original)
+++ branches/2.0-releng/lib/SVK/Test.pm	Sun Dec 24 11:17:43 2006
@@ -621,7 +621,7 @@
     print $fh "#!$^X\n" . $content;
     print $fh "\n__END__\n:endofperl\n" if IS_WIN32;
     chmod(0755, $hook);
-    warn $hook;
+    return $hook;
 }
 
 END {


More information about the svk-commit mailing list