Merge branch 'dl/merge-autostash'
Test fix. * dl/merge-autostash: t5520: avoid alternation in grep's BRE (not POSIX)
This commit is contained in:
commit
4cf237c0d4
@ -28,7 +28,7 @@ test_pull_autostash_fail () {
|
||||
echo dirty >new_file &&
|
||||
git add new_file &&
|
||||
test_must_fail git pull "$@" . copy 2>err &&
|
||||
test_i18ngrep "\(uncommitted changes.\)\|\(overwritten by merge:\)" err
|
||||
test_i18ngrep -E "uncommitted changes.|overwritten by merge:" err
|
||||
}
|
||||
|
||||
test_expect_success setup '
|
||||
|
Loading…
Reference in New Issue
Block a user