File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ test_expect_success 'GIT_PREFIX for built-ins' '
148148 (
149149 cd dir &&
150150 printf "change" >two &&
151- env GIT_EXTERNAL_DIFF=./diff git diff >../actual
151+ GIT_EXTERNAL_DIFF=./diff git diff >../actual
152152 git checkout -- two
153153 ) &&
154154 test_cmp expect actual
Original file line number Diff line number Diff line change @@ -409,7 +409,7 @@ test_expect_success $PREREQ 'Valid In-Reply-To when prompting' '
409409 (echo "From Example <from@example.com>"
410410 echo "To Example <to@example.com>"
411411 echo ""
412- ) | env GIT_SEND_EMAIL_NOTTY=1 git send-email \
412+ ) | GIT_SEND_EMAIL_NOTTY=1 git send-email \
413413 --smtp-server="$(pwd)/fake.sendmail" \
414414 $patches 2>errors &&
415415 ! grep "^In-Reply-To: < *>" msgtxt1
You can’t perform that action at this time.
0 commit comments