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:
Johannes Schindelin
2007-09-04 02:01:52 +01:00
parent 20b3637b2b
commit 6b582b9315

View File

@@ -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)' '