We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 006f678 + 6eca18c commit 1c18a14Copy full SHA for 1c18a14
2 files changed
t/t1020-subdirectory.sh
@@ -148,7 +148,7 @@ test_expect_success 'GIT_PREFIX for built-ins' '
148
(
149
cd dir &&
150
printf "change" >two &&
151
- env GIT_EXTERNAL_DIFF=./diff git diff >../actual
+ GIT_EXTERNAL_DIFF=./diff git diff >../actual
152
git checkout -- two
153
) &&
154
test_cmp expect actual
t/t9001-send-email.sh
@@ -409,7 +409,7 @@ test_expect_success $PREREQ 'Valid In-Reply-To when prompting' '
409
(echo "From Example <from@example.com>"
410
echo "To Example <to@example.com>"
411
echo ""
412
- ) | env GIT_SEND_EMAIL_NOTTY=1 git send-email \
+ ) | GIT_SEND_EMAIL_NOTTY=1 git send-email \
413
--smtp-server="$(pwd)/fake.sendmail" \
414
$patches 2>errors &&
415
! grep "^In-Reply-To: < *>" msgtxt1
0 commit comments