Fix \ inside ` problem in test-convert-svn (avoids code duplication, too)
authorThomas Arendsen Hein <thomas@intevation.de>
Fri, 31 Aug 2007 12:54:07 +0200
changeset 5273 4287590a63af
parent 5272 89696e71bd89
child 5274 694eb9ccb54d
Fix \ inside ` problem in test-convert-svn (avoids code duplication, too)
tests/test-convert-svn
--- a/tests/test-convert-svn
+++ b/tests/test-convert-svn
@@ -18,7 +18,7 @@ cd t
 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