We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0ba37e commit 2523dc9Copy full SHA for 2523dc9
1 file changed
t/t7500-commit-template-squash-signoff.sh
@@ -132,7 +132,8 @@ EOF
132
test_expect_success 'commit message from template with whitespace issue' '
133
echo "content galore" >>foo &&
134
git add foo &&
135
- GIT_EDITOR=\""$TEST_DIRECTORY"\"/t7500/add-whitespaced-content \
+ TEST_DIRECTORY="$TEST_DIRECTORY" \
136
+ GIT_EDITOR="\$TEST_DIRECTORY"/t7500/add-whitespaced-content \
137
git commit --template "$TEMPLATE" &&
138
commit_msg_is "commit message"
139
'
0 commit comments