summaryrefslogtreecommitdiffstats
path: root/t/t3435-rebase-gpg-sign.sh
diff options
context:
space:
mode:
authorPhillip Wood <phillip.wood@dunelm.org.uk>2022-10-10 11:45:06 +0200
committerJunio C Hamano <gitster@pobox.com>2022-10-10 20:18:18 +0200
commita677d3c4165a279f594871f578c15a5493a94d5e (patch)
tree9590aa8d00c7840cf0ebc305bf7bb7db5a675005 /t/t3435-rebase-gpg-sign.sh
parentGit 2.38 (diff)
downloadgit-a677d3c4165a279f594871f578c15a5493a94d5e.tar.xz
git-a677d3c4165a279f594871f578c15a5493a94d5e.zip
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>
Diffstat (limited to '')
-rwxr-xr-xt/t3435-rebase-gpg-sign.sh8
1 files changed, 0 insertions, 8 deletions
diff --git a/t/t3435-rebase-gpg-sign.sh b/t/t3435-rebase-gpg-sign.sh
index 5f8ba2c739..6aa2aeb628 100755
--- a/t/t3435-rebase-gpg-sign.sh
+++ b/t/t3435-rebase-gpg-sign.sh
@@ -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 &&