We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 05a01fa commit 7d9d683Copy full SHA for 7d9d683
1 file changed
t/t3510-cherry-pick-sequence.sh
@@ -459,17 +459,6 @@ test_expect_success 'malformed instruction sheet 1' '
459
test_expect_code 128 git cherry-pick --continue
460
'
461
462
-test_expect_success 'malformed instruction sheet 2' '
463
- pristine_detach initial &&
464
- test_expect_code 1 git cherry-pick base..anotherpick &&
465
- echo "resolved" >foo &&
466
- git add foo &&
467
- git commit &&
468
- sed "s/pick/revert/" .git/sequencer/todo >new_sheet &&
469
- cp new_sheet .git/sequencer/todo &&
470
- test_expect_code 128 git cherry-pick --continue
471
-'
472
-
473
test_expect_success 'empty commit set' '
474
pristine_detach initial &&
475
test_expect_code 128 git cherry-pick base..base
0 commit comments