fixup! t7800: configure $(pwd) for posix-paths on MINGW

We just did this differently, using the $PWD variable.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
Johannes Schindelin
2016-01-26 17:15:05 +01:00
parent 0204f9162e
commit 1b3740ae32

View File

@@ -10,14 +10,6 @@ Testing basic diff tool invocation
. ./test-lib.sh
if test_have_prereq MINGW
then
# Avoid posix-to-windows path mangling
pwd () {
builtin pwd
}
fi
difftool_test_setup ()
{
test_config diff.tool test-tool &&