File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -267,7 +267,7 @@ test_expect_success 'pull --rebase --autostash & rebase.autostash=true' '
267
267
test "$(cat file)" = "modified again"
268
268
'
269
269
270
- test_expect_success ' pull --rebase --autostash & rebase.autoStash =false' '
270
+ test_expect_success ' pull --rebase --autostash & rebase.autostash =false' '
271
271
test_config rebase.autostash false &&
272
272
git reset --hard before-rebase &&
273
273
echo dirty >new_file &&
@@ -278,7 +278,7 @@ test_expect_success 'pull --rebase --autostash & rebase.autoStash=false' '
278
278
test "$(cat file)" = "modified again"
279
279
'
280
280
281
- test_expect_success ' pull --rebase: --autostash & rebase.autoStash unset' '
281
+ test_expect_success ' pull --rebase: --autostash & rebase.autostash unset' '
282
282
git reset --hard before-rebase &&
283
283
echo dirty >new_file &&
284
284
git add new_file &&
You can’t perform that action at this time.
0 commit comments