tests/test-subrepo-svn
changeset 10267 7e3a685be2f3
parent 10198 c2168d170f05
child 10273 e898bc7810ad
--- a/tests/test-subrepo-svn	Wed Jan 20 09:49:15 2010 +0100
+++ b/tests/test-subrepo-svn	Sun Jan 17 01:53:04 2010 +0100
@@ -19,7 +19,7 @@
 echo % create subversion repo
 
 SVNREPO="file://$escapedwd/svn-repo"
-WCROOT="$(pwd)/svn-wc"
+WCROOT="`pwd`/svn-wc"
 svnadmin create svn-repo
 svn co $SVNREPO svn-wc
 cd svn-wc