D8144: tests: stabilize test-amend.t on Windows
mharbison72 (Matt Harbison)
phabricator at mercurial-scm.org
Tue Feb 25 15:09:57 UTC 2020
Closed by commit rHG1813f79017ac: tests: stabilize test-amend.t on Windows (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/D8144?vs=20289&id=20298
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D8144/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D8144
AFFECTED FILES
tests/test-amend.t
CHANGE DETAILS
diff --git a/tests/test-amend.t b/tests/test-amend.t
--- a/tests/test-amend.t
+++ b/tests/test-amend.t
@@ -487,7 +487,7 @@
$ echo beta >> foo
$ cat > $TESTTMP/touchy_editor.sh <<EOF
> sleep 1
- > echo delta >> $TESTTMP/modify-during-amend/foo
+ > echo delta >> "$TESTTMP/modify-during-amend/foo"
> sleep 1
> echo hi > "\$1"
> sleep 1
To: mharbison72, #hg-reviewers, marmoute, pulkit
Cc: mercurial-devel
More information about the Mercurial-devel
mailing list