[svk-commit] r3052 - trunk/t/bm

nobody at bestpractical.com nobody at bestpractical.com
Sat Aug 2 22:29:30 EDT 2008


Author: clsung
Date: Sat Aug  2 22:29:26 2008
New Revision: 3052

Modified:
   trunk/t/bm/checkout.t

Log:
- to avoid path space and separator in Win32
  - e.g. (C:\Program Files\)

Modified: trunk/t/bm/checkout.t
==============================================================================
--- trunk/t/bm/checkout.t	(original)
+++ trunk/t/bm/checkout.t	Sat Aug  2 22:29:26 2008
@@ -52,7 +52,7 @@
     qr'Depot Path: //mirror/MyProject/trunk');
 
 is_output_like ($svk, 'branch', ['--checkout', 'feature/foo', '//mirror/MyProject', $corpath.'/D'],
-    qr'Syncing \S+ in \S+D to \d.+');
+    qr'Syncing \S+ in .+D to \d.+');
 
 chdir('../D');
 


More information about the svk-commit mailing list