mirror of
https://github.com/git/git.git
synced 2024-11-24 02:17:02 +08:00
t3435: remove redundant test case
rebase --preserve-merges no longer exists so there is no point in carrying this failing test case. Signed-off-by: Phillip Wood <phillip.wood@dunelm.org.uk> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:
parent
3dcec76d9d
commit
a677d3c416
@ -64,14 +64,6 @@ test_rebase_gpg_sign ! true -i --no-gpg-sign
|
||||
test_rebase_gpg_sign ! true -i --gpg-sign --no-gpg-sign
|
||||
test_rebase_gpg_sign false -i --no-gpg-sign --gpg-sign
|
||||
|
||||
test_expect_failure 'rebase -p --no-gpg-sign override commit.gpgsign' '
|
||||
test_when_finished "git clean -f" &&
|
||||
git reset --hard merged &&
|
||||
git config commit.gpgsign true &&
|
||||
git rebase -p --no-gpg-sign --onto=one fork-point main &&
|
||||
test_must_fail git verify-commit HEAD
|
||||
'
|
||||
|
||||
test_expect_success 'rebase -r, merge strategy, --gpg-sign will sign commit' '
|
||||
git reset --hard merged &&
|
||||
test_unconfig commit.gpgsign &&
|
||||
|
Loading…
Reference in New Issue
Block a user