Skip to content

Commit 26f8123

Browse files
committed
Merge branch 'js/t0021-windows-pwd'
Test fix. * js/t0021-windows-pwd: t0021: use Windows-friendly `pwd`
2 parents d818458 + 95494c6 commit 26f8123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

t/t0021-conversion.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
88
. ./test-lib.sh
99
. "$TEST_DIRECTORY"/lib-terminal.sh
1010

11-
TEST_ROOT="$PWD"
12-
PATH=$TEST_ROOT:$PATH
11+
PATH=$PWD:$PATH
12+
TEST_ROOT="$(pwd)"
1313

1414
write_script <<\EOF "$TEST_ROOT/rot13.sh"
1515
tr \

0 commit comments

Comments
 (0)