[svk-commit] r3056 - trunk/t
nobody at bestpractical.com
nobody at bestpractical.com
Mon Aug 4 11:35:30 EDT 2008
Author: clkao
Date: Mon Aug 4 11:35:21 2008
New Revision: 3056
Modified:
trunk/t/12copy.t
Log:
more win32 test tweaks.
Modified: trunk/t/12copy.t
==============================================================================
--- trunk/t/12copy.t (original)
+++ trunk/t/12copy.t Mon Aug 4 11:35:21 2008
@@ -194,7 +194,7 @@
[__"t/checkout/copy/me is not a directory."]);
is_output($svk, 'copy', [-p => "$copath/me", "$copath/me-cocopied/fnord/orz"],
- [__("mkdir t/checkout/copy/me-cocopied: File exists"),
+ [qr{@{[__("mkdir t/checkout/copy/me-cocopied:")]} File exists.*},
]);
is_output($svk, 'copy', [-p => "$copath/me", "$copath/nonexist2/fnord2/me"],
More information about the svk-commit
mailing list