[svk-commit] r2341 - branches/2.0-releng/t

nobody at bestpractical.com nobody at bestpractical.com
Wed Mar 14 20:44:03 EDT 2007


Author: clkao
Date: Wed Mar 14 20:44:03 2007
New Revision: 2341

Modified:
   branches/2.0-releng/t/01depotmap.t

Log:
Merge from trunk:
 r2309 at trunk:  clkao | 2007-03-05 08:10:46 +0000
 Fix editor used to test which was failing under coverage.


Modified: branches/2.0-releng/t/01depotmap.t
==============================================================================
--- branches/2.0-releng/t/01depotmap.t	(original)
+++ branches/2.0-releng/t/01depotmap.t	Wed Mar 14 20:44:03 2007
@@ -16,7 +16,7 @@
 
 set_editor(<< "TMP");
 \$_ = shift;
-open _, ">\$_" or die $!;
+open _, ">\$_" or die \$!;
 print _ << "EOF";
 '': '$quoted/'
 


More information about the svk-commit mailing list