@@ -270,7 +270,7 @@ test_expect_success '--rebase with conflicts shows advice' 'test_tick&&gitcommit-m"Create conflict"seq.txt&&test_must_failgitpull--rebase.seq2>err>out&&-grep"When you have resolved this problem"out+test_i18ngrep"When you have resolved this problem"out' test_expect_success'failed --rebase shows advice''
@@ -284,7 +284,7 @@ test_expect_success 'failed --rebase shows advice' 'gitcheckout-f-bfails-to-rebaseHEAD^&&test_commitv2-without-crfile"2"file2-lf&&test_must_failgitpull--rebase.diverging2>err>out&&-grep"When you have resolved this problem"out+test_i18ngrep"When you have resolved this problem"out' test_expect_success'--rebase fails with multiple branches''
The concerned test greps the error message in git_parse_source() which
contains "bad config line %d in submodule-blob %s".
Signed-off-by: Vasco Almeida <redacted>
---
t/t7411-submodule-config.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
From: Johannes Schindelin <hidden> Date: 2016-08-17 12:56:16
Hi Vasco,
On Fri, 12 Aug 2016, Vasco Almeida wrote:
The concerned test greps the output of exit_with_patch() in
git-rebase--interactive.sh script.
Signed-off-by: Vasco Almeida <redacted>
Thank you for keeping an eye out for these issues. I have to admit that I
am a bit confused when to use i18ngrep and when not, so it is good to know
that my mistakes won't survive for long!
Ciao,
Dscho