Junio C Hamano [off-list ref] writes:
Phillip Wood [off-list ref] writes:
quoted
From: Phillip Wood <redacted>
I've revised the second two tests as Johannes suggested to drop the
sed script. The first one is unchanged.
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
t/t3404-rebase-interactive.sh | 7 +++
t/t3420-rebase-autostash.sh | 138 ++++++++++++++++++++++++++++++++++++++++--
2 files changed, 141 insertions(+), 4 deletions(-)
Thanks (and thanks for Dscho for reading it over).
Unfortunately this breaks unless your shell is bash (I didn't have
time to look further into it), i.e. "make SHELL_PATH=/bin/dash test"
This is the bash-ism that broke it, I think.
create_expected_success_interactive() {
cr=$'\r' &&
cat >expected <<-EOF