# HG changeset patch # User Thomas Arendsen Hein # Date 1188557647 -7200 # Node ID 4287590a63afc4d7f6756a0b31fd43fa890c26f8 # Parent 89696e71bd8919094261796ca21096dc92f42836 Fix \ inside ` problem in test-convert-svn (avoids code duplication, too) diff -r 89696e71bd89 -r 4287590a63af tests/test-convert-svn --- 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