[Updated] D8459: tests: stabilize test-log.t on Windows
mharbison72 (Matt Harbison)
phabricator at mercurial-scm.org
Thu Apr 23 18:04:55 UTC 2020
Closed by commit rHG46856c2cc4f2: tests: stabilize test-log.t on Windows (authored by mharbison72).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D8459?vs=21156&id=21196
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D8459/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D8459
AFFECTED FILES
tests/test-log.t
CHANGE DETAILS
diff --git a/tests/test-log.t b/tests/test-log.t
--- a/tests/test-log.t
+++ b/tests/test-log.t
@@ -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
To: mharbison72, #hg-reviewers, marmoute
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20200423/89554026/attachment.html>
More information about the Mercurial-patches
mailing list