Submitter | phabricator |
---|---|
Date | Feb. 25, 2020, 3:09 p.m. |
Message ID | <ff0edc362d7407afbdcc2e04695e384c@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/45314/ |
State | Not Applicable |
Headers | show |
Comments
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