diff options
| author | Junio C Hamano <gitster@pobox.com> | 2022-10-27 15:24:13 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2022-10-27 15:24:13 -0700 |
| commit | 94f76c6ad9055e9b44e38e8c482212630284d107 (patch) | |
| tree | 61d8cafb39cefc37675f40b6c15d6027ae81a880 | |
| parent | Merge branch 'jc/use-of-uc-in-log-messages' into maint-2.38 (diff) | |
| parent | t3435: remove redundant test case (diff) | |
| download | git-94f76c6ad9055e9b44e38e8c482212630284d107.tar.gz git-94f76c6ad9055e9b44e38e8c482212630284d107.zip | |
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-x | t/t3435-rebase-gpg-sign.sh | 8 |
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 && |
