summaryrefslogtreecommitdiff
path: root/t
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-10-12 13:51:26 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-10-12 13:51:26 -0700
commit5e01fc9d80782956c56f2e9f9de4e676fc18765c (patch)
tree905236b5430fffb79f0e542345e484e6b6eb375f /t
parentMerge branch 'me/t5582-cleanup' into maint (diff)
parentt9001: PATH must not use Windows-style paths (diff)
downloadtgif-5e01fc9d80782956c56f2e9f9de4e676fc18765c.tar.xz
Merge branch 'ga/send-email-sendmail-cmd' into maint
Test fix. * ga/send-email-sendmail-cmd: t9001: PATH must not use Windows-style paths
Diffstat (limited to 't')
-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 \