[svk-commit] r3121 - trunk/t
nobody at bestpractical.com
nobody at bestpractical.com
Mon Nov 3 08:48:15 EST 2008
Author: clkao
Date: Mon Nov 3 08:48:15 2008
New Revision: 3121
Modified:
trunk/t/02basic.t
Log:
make basic.t parallel-safe.
Modified: trunk/t/02basic.t
==============================================================================
--- trunk/t/02basic.t (original)
+++ trunk/t/02basic.t Mon Nov 3 08:48:15 2008
@@ -5,7 +5,7 @@
my ($xd, $svk) = build_test();
our $output;
-my ($copath, $corpath) = get_copath ('basic');
+my ($copath, $corpath) = get_copath();
my ($repospath, undef, $repos) = $xd->find_repos ('//', 1);
$svk->checkout ('//', $copath);
mkdir "$copath/A";
More information about the svk-commit
mailing list