Skip to content

Commit e18f4de

Browse files
committed
Merge branch 'ga/send-email-sendmail-cmd'
Test fix. * ga/send-email-sendmail-cmd: t9001: PATH must not use Windows-style paths
2 parents 03137a4 + f6a5af0 commit e18f4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t9001-send-email.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2198,7 +2198,7 @@ test_expect_success $PREREQ 'leading and trailing whitespaces are removed' '
21982198

21992199
test_expect_success $PREREQ 'test using command name with --sendmail-cmd' '
22002200
clean_fake_sendmail &&
2201-
PATH="$(pwd):$PATH" \
2201+
PATH="$PWD:$PATH" \
22022202
git send-email \
22032203
--from="Example <nobody@example.com>" \
22042204
--to=nobody@example.com \

0 commit comments

Comments
 (0)