Mercurial > public > mercurial-scm > hg
diff tests/test-convert-hg-svn.t @ 41496:e095a9688a31
tests: quote $PYTHON for py3 support on Windows
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Thu, 31 Jan 2019 22:01:09 -0500 |
parents | eb6700e6c5ea |
children | 7e5be4a7cda7 |
line wrap: on
line diff
--- a/tests/test-convert-hg-svn.t Thu Jan 31 21:54:38 2019 -0500 +++ b/tests/test-convert-hg-svn.t Thu Jan 31 22:01:09 2019 -0500 @@ -11,7 +11,7 @@ > EOF $ SVNREPOPATH=`pwd`/svn-repo - $ SVNREPOURL="`$PYTHON $TESTDIR/svnurlof.py \"$SVNREPOPATH\"`" + $ SVNREPOURL="`"$PYTHON" $TESTDIR/svnurlof.py \"$SVNREPOPATH\"`" $ svnadmin create "$SVNREPOPATH" $ cat > "$SVNREPOPATH"/hooks/pre-revprop-change <<EOF