Phillip Wood <phillip.wood@xxxxxxxxxxxx> writes: > From: Phillip Wood <phillip.wood@xxxxxxxxxxxxx> > > I've updated the second two tests to be portable using q_to_cr() as > Johannes suggested and added his patch to fix the autostash messages > going to stdout rather than stderr. The reflog message test is > unchanged. Thanks to Johannes for his help and to Junio for picking up > the bashism in the last iteration. > > Johannes Schindelin (1): > sequencer: print autostash messages to stderr > > Phillip Wood (3): > rebase -i: Add test for reflog message > rebase: Add regression tests for console output > rebase: Add more regression tests for console output > > git-rebase.sh | 4 +- > sequencer.c | 11 ++-- > t/t3404-rebase-interactive.sh | 7 +++ > t/t3420-rebase-autostash.sh | 136 ++++++++++++++++++++++++++++++++++++++++-- > 4 files changed, 147 insertions(+), 11 deletions(-) I've merged this to 'next' but I probably shouldn't have before making sure that Travis tests passes 'pu' while this was still in there. At least t3420 seems to fail under GETTEXT_POISON build. https://travis-ci.org/git/git/jobs/245990993