t5516: override MinGW-specific pwd override

This test is susceptible to MSys2's posix-to-windows path mangling; Let's
just use POSIX paths throughout and let the tests pass.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2015-02-19 15:20:16 +00:00
parent 0ccf7cedec
commit 8429480b2c

View File

@@ -16,6 +16,14 @@ This test checks the following functionality:
. ./test-lib.sh
if test_have_prereq MINGW
then
# Avoid posix-to-windows path mangling
pwd () {
builtin pwd
}
fi
D=`pwd`
mk_empty () {