Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2022-10-28 01:24:13 +0300
committerJunio C Hamano <gitster@pobox.com>2022-10-28 01:24:13 +0300
commit94f76c6ad9055e9b44e38e8c482212630284d107 (patch)
tree61d8cafb39cefc37675f40b6c15d6027ae81a880
parent196b784428613e635ea14a231fc2dd5f9249a15f (diff)
parenta677d3c4165a279f594871f578c15a5493a94d5e (diff)
Merge branch 'pw/remove-rebase-p-test' into maint-2.38
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 5f8ba2c7399..6aa2aeb628d 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 &&