Thread (4 messages) flat view 4 messages, 3 authors, 2016-06-15

Re: [BUGS] test failure in t4014-format-patch.sh with master

From: Junio C Hamano <hidden>
Date: 2016-06-15 22:44:29

Possibly related (same subject, not in this thread)

"Rémi Vanicat" [off-list ref] writes:
2008/4/18, Linus Torvalds [off-list ref]:
quoted

 On Fri, 18 Apr 2008, Junio C Hamano wrote:
 >
 > -             (echo "$SUBJECT" ; echo ; cat "$dotest/msg") |
 > +             (printf '%s\n' "$SUBJECT" ; echo ; cat "$dotest/msg") |


Well, get rid of the superfluous second 'echo' then too, replacing it
 with another '\n'. IOW:

        ( printf '%s\n\n' "$SUBJECT" ; cat "$dotest/msg" ) |

 instead.
This work for me: no more test failure on my computer
Thanks for confirmation.  I reproduced the breakage and the fix myself
with "make SHELL_PATH=/bin/dash" myself, too.
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help