changeset 5273: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 89696e71bd89
children 694eb9ccb54d
files tests/test-convert-svn
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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