# HG changeset patch # User Matt Harbison # Date 1587171618 14400 # Node ID 46856c2cc4f28c1b8fa9f6b518595053b7546a87 # Parent 78b7eae31488a9c078cdbfc0fcf73b518ae3cafc tests: stabilize test-log.t on Windows I think this is because Windows doesn't recognize single quote. Other ssh based clones use this clunky style too. Differential Revision: https://phab.mercurial-scm.org/D8459 diff -r 78b7eae31488 -r 46856c2cc4f2 tests/test-log.t --- a/tests/test-log.t Fri Apr 17 18:47:31 2020 -0400 +++ b/tests/test-log.t Fri Apr 17 21:00:18 2020 -0400 @@ -2334,10 +2334,10 @@ is global. So we shouldn't expect the namespace always exists. Using ssh:// makes sure a bundle repository is created from scratch. (issue6301) - $ hg clone -e "'$PYTHON' '$TESTDIR/dummyssh'" \ + $ hg clone -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" \ > -qr0 "ssh://user@dummy/`pwd`/a" a-clone $ hg incoming --config extensions.names=names.py -R a-clone \ - > -e "'$PYTHON' '$TESTDIR/dummyssh'" -T '{bars}\n' -l1 + > -e "\"$PYTHON\" \"$TESTDIR/dummyssh\"" -T '{bars}\n' -l1 comparing with ssh://user@dummy/$TESTTMP/a searching for changes