summaryrefslogtreecommitdiff
path: root/t/t4013/diff.format-patch_--inline_--stdout_initial..master
diff options
context:
space:
mode:
authorKenneth Lorber <keni@his.com>2026-08-02 20:41:03 -0400
committerJunio C Hamano <gitster@pobox.com>2026-08-03 07:42:44 -0700
commitd5dd17756dce04fadb5f787376aabfae4d859bb4 (patch)
tree4b8438813a347f862180ed18e10aa104eafb2959 /t/t4013/diff.format-patch_--inline_--stdout_initial..master
parente9019fcafe0040228b8631c30f97ae1adb61bcdc (diff)
t7528: fix failure under csh
Explicitly set sh mode for ssh-agent (ssh-agent -s) to prevent failure when user's login shell is csh-like. The failure is caused by propagation of the $SHELL value from the user's original shell despite the test and test harness explictly using sh, which makes ssh-agent emit initialization code for the wrong shell: > cd t > echo $SHELL /bin/tcsh > ./t7528-signed-commit-ssh.sh --verbose --debug [...] expecting success of 7528.2 'sign commits using literal public keys with ssh-agent': [...] ./t7528-signed-commit-ssh.sh: 1: eval: setenv: not found ./t7528-signed-commit-ssh.sh: 1: eval: setenv: not found [...] Signed-off-by: Kenneth Lorber <keni@his.com> Acked-by: brian m. carlson <sandals@crustytoothpaste.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t4013/diff.format-patch_--inline_--stdout_initial..master')
0 files changed, 0 insertions, 0 deletions