[svk-commit] r2309 - trunk/t

nobody at bestpractical.com nobody at bestpractical.com
Mon Mar 5 03:10:46 EST 2007


Author: clkao
Date: Mon Mar  5 03:10:46 2007
New Revision: 2309

Modified:
   trunk/t/01depotmap.t

Log:
Fix editor used to test which was failing under coverage.

Modified: trunk/t/01depotmap.t
==============================================================================
--- trunk/t/01depotmap.t	(original)
+++ trunk/t/01depotmap.t	Mon Mar  5 03:10:46 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