D7251: tests: quote $PYTHON in test-byteify-strings.t

mharbison72 (Matt Harbison) phabricator at mercurial-scm.org
Thu Nov 7 03:37:34 EST 2019


Closed by commit rHG85d6566fd663: tests: quote $PYTHON in test-byteify-strings.t (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D7251?vs=17617&id=17708

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D7251/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D7251

AFFECTED FILES
  tests/test-byteify-strings.t

CHANGE DETAILS

diff --git a/tests/test-byteify-strings.t b/tests/test-byteify-strings.t
--- a/tests/test-byteify-strings.t
+++ b/tests/test-byteify-strings.t
@@ -1,7 +1,7 @@
 #require py37
 
   $ byteify_strings () {
-  >   $PYTHON "$TESTDIR/../contrib/byteify-strings.py" "$@"
+  >   "$PYTHON" "$TESTDIR/../contrib/byteify-strings.py" "$@"
   > }
 
 Test version



To: mharbison72, #hg-reviewers, indygreg
Cc: mercurial-devel


More information about the Mercurial-devel mailing list