diff tests/test-convert-svn-branches @ 6851:6ec941b6003d

Fix subversion tests with svn 1.5
author Patrick Mezard <pmezard@gmail.com>
date Wed, 30 Jul 2008 22:26:41 +0200
parents 55bd855fc0af
children 90d8dfb481e7
line wrap: on
line diff
--- a/tests/test-convert-svn-branches	Sun Jul 27 17:09:33 2008 +0200
+++ b/tests/test-convert-svn-branches	Wed Jul 30 22:26:41 2008 +0200
@@ -58,7 +58,7 @@
 svn ci -m "change b"
 
 echo % create a cross-branch revision
-svn move -m "move b" trunk/b branches/old/c
+svn move trunk/b branches/old/c
 "$TESTDIR/svn-safe-append.py" c branches/old/c
 svn ci -m "move and update c"