We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80e013c + c703309 commit 4cf237cCopy full SHA for 4cf237c
t/t5520-pull.sh
@@ -28,7 +28,7 @@ test_pull_autostash_fail () {
28
echo dirty >new_file &&
29
git add new_file &&
30
test_must_fail git pull "$@" . copy 2>err &&
31
- test_i18ngrep "\(uncommitted changes.\)\|\(overwritten by merge:\)" err
+ test_i18ngrep -E "uncommitted changes.|overwritten by merge:" err
32
}
33
34
test_expect_success setup '
0 commit comments