aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-10-17 14:56:35 -0700
committerJunio C Hamano <gitster@pobox.com>2022-10-17 14:56:35 -0700
commit893846374570c3c40ca83e1b598d361ee16d01be (patch)
tree8dcd2a4f90bf19ac4eedcd2bb0f7f667b73efe1d
parentMerge branch 'rj/branch-edit-desc-unborn' (diff)
parentt3435: remove redundant test case (diff)
downloadgit-893846374570c3c40ca83e1b598d361ee16d01be.tar.gz
git-893846374570c3c40ca83e1b598d361ee16d01be.zip
Merge branch 'pw/remove-rebase-p-test'
Remove outdated test. * pw/remove-rebase-p-test: t3435: remove redundant test case
-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 &&