Mercurial > public > mercurial-scm > hg
diff tests/test-convert-svn @ 5275:4287590a63af
Fix \ inside ` problem in test-convert-svn (avoids code duplication, too)
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Fri, 31 Aug 2007 12:54:07 +0200 |
parents | 37c610c41ed6 |
children | d7d395fb7cd5 |
line wrap: on
line diff
--- a/tests/test-convert-svn Fri Aug 31 12:40:23 2007 +0200 +++ b/tests/test-convert-svn Fri Aug 31 12:54:07 2007 +0200 @@ -18,7 +18,7 @@ echo a > a cd .. -svnpath=`pwd | tr '\\' /` +svnpath=`pwd | fix_path` # SVN wants all paths to start with a slash. Unfortunately, # Windows ones don't. Handle that. expr $svnpath : "\/" > /dev/null