tests/test-convert-svn-encoding.t
branchstable
changeset 47063 1d075b857c90
parent 45027 0ea9c86fac89
--- a/tests/test-convert-svn-encoding.t	Fri Apr 30 16:13:02 2021 -0700
+++ b/tests/test-convert-svn-encoding.t	Sat May 01 00:41:43 2021 -0400
@@ -155,7 +155,7 @@
 
 Subversion sources don't support non-ASCII characters in HTTP(S) URLs.
 
-  $ XFF=$($PYTHON -c 'from mercurial.utils.procutil import stdout; stdout.write(b"\xff")')
+  $ XFF=$("$PYTHON" -c 'from mercurial.utils.procutil import stdout; stdout.write(b"\xff")')
   $ hg convert --source-type=svn http://localhost:$HGPORT/$XFF test
   initializing destination test repository
   Subversion sources don't support non-ASCII characters in HTTP(S) URLs. Please percent-encode them.