Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2021-10-12 23:51:26 +0300
committerJunio C Hamano <gitster@pobox.com>2021-10-12 23:51:26 +0300
commit5e01fc9d80782956c56f2e9f9de4e676fc18765c (patch)
tree905236b5430fffb79f0e542345e484e6b6eb375f
parent5d54f964c628a63dda9346d02327916b6ea79671 (diff)
parentf6a5af0f6218e82d18d79053ef49ea1c696cf167 (diff)
Merge branch 'ga/send-email-sendmail-cmd' into maint
Test fix. * ga/send-email-sendmail-cmd: t9001: PATH must not use Windows-style paths
-rwxr-xr-xt/t9001-send-email.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t9001-send-email.sh b/t/t9001-send-email.sh
index 57fc10e7f8..595cbad372 100755
--- a/t/t9001-send-email.sh
+++ b/t/t9001-send-email.sh
@@ -2198,7 +2198,7 @@ test_expect_success $PREREQ 'leading and trailing whitespaces are removed' '
test_expect_success $PREREQ 'test using command name with --sendmail-cmd' '
clean_fake_sendmail &&
- PATH="$(pwd):$PATH" \
+ PATH="$PWD:$PATH" \
git send-email \
--from="Example <nobody@example.com>" \
--to=nobody@example.com \