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-09-08 23:30:27 +0300
committerJunio C Hamano <gitster@pobox.com>2021-09-08 23:30:27 +0300
commite18f4de927c024eb459912f21b7906d409e0e95f (patch)
tree74e9a03d732f7bd79dd7a4d650327295f597fb8c /t/t9001-send-email.sh
parent03137a4804c37d7b805e1fb92449d67911da3fe9 (diff)
parentf6a5af0f6218e82d18d79053ef49ea1c696cf167 (diff)
Merge branch 'ga/send-email-sendmail-cmd'
Test fix. * ga/send-email-sendmail-cmd: t9001: PATH must not use Windows-style paths
Diffstat (limited to 't/t9001-send-email.sh')
-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 \