Submitter | phabricator |
---|---|
Date | Feb. 24, 2020, 9:39 p.m. |
Message ID | <differential-rev-PHID-DREV-yowcgqdoxtu4br2fd6v6-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/45305/ |
State | Superseded |
Headers | show |
Comments
mharbison72 added a comment. This is meant for stable. The other test fixes I'll submit shortly are for default. REPOSITORY rHG Mercurial CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D8144/new/ REVISION DETAIL https://phab.mercurial-scm.org/D8144 To: mharbison72, #hg-reviewers Cc: mercurial-devel
Patch
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