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() {
160
160
'
161
161
162
162
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
164
164
'
165
165
}
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
167
167
'
168
168
169
169
test_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 " \
171
171
output
172
172
'
173
173
You can’t perform that action at this time.
0 commit comments