mirror of
https://github.com/git/git.git
synced 2026-03-13 10:23:30 +01:00
t0001: fix test on MinGW
Another instance where we need the "-W" parameter to "pwd". Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -97,7 +97,7 @@ test_expect_success 'GIT_DIR & GIT_WORK_TREE (1)' '
|
||||
mkdir git-dir-wt-1.git &&
|
||||
GIT_WORK_TREE=$(pwd) GIT_DIR=git-dir-wt-1.git git init
|
||||
) &&
|
||||
check_config git-dir-wt-1.git false "$(pwd)"
|
||||
check_config git-dir-wt-1.git false "$(pwd -W)"
|
||||
'
|
||||
|
||||
test_expect_success 'GIT_DIR & GIT_WORK_TREE (2)' '
|
||||
|
||||
Reference in New Issue
Block a user