mirror of
https://github.com/git/git.git
synced 2026-08-04 23:21:06 +00:00
Merge branch 'kl/t7528-ssh-agent-for-csh-users' into jch
* kl/t7528-ssh-agent-for-csh-users: t7528: fix failure under csh
This commit is contained in:
@@ -82,7 +82,7 @@ test_expect_success GPGSSH 'create signed commits' '
|
||||
test_expect_success GPGSSH 'sign commits using literal public keys with ssh-agent' '
|
||||
test_when_finished "test_unconfig commit.gpgsign" &&
|
||||
test_config gpg.format ssh &&
|
||||
eval $(ssh-agent -T || ssh-agent) &&
|
||||
eval $(ssh-agent -T -s || ssh-agent -s) &&
|
||||
test_when_finished "kill ${SSH_AGENT_PID}" &&
|
||||
test_when_finished "test_unconfig user.signingkey" &&
|
||||
mkdir tmpdir &&
|
||||
|
||||
Reference in New Issue
Block a user