File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -160,6 +160,6 @@ test_http_push_nonff() {
160160 '
161161
162162 test_expect_success ' non-fast-forward push shows help message' '
163- test_i18ngrep "To prevent you from losing history, non-fast-forward updates were rejected" output
163+ test_i18ngrep "Updates were rejected because " output
164164 '
165165}
Original file line number Diff line number Diff line change @@ -167,7 +167,7 @@ test_expect_success 'push fails for non-fast-forward refs unmatched by remote he
167167'
168168
169169test_expect_success ' push fails for non-fast-forward refs unmatched by remote helper: our output' '
170- test_i18ngrep "To prevent you from losing history, non-fast-forward updates were rejected" \
170+ test_i18ngrep "Updates were rejected because " \
171171 output
172172'
173173
You can’t perform that action at this time.
0 commit comments