From 1b3740ae323f4046f886e9dda8a734bcf7bf9f97 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 26 Jan 2016 17:15:05 +0100 Subject: [PATCH] fixup! t7800: configure $(pwd) for posix-paths on MINGW We just did this differently, using the $PWD variable. Signed-off-by: Johannes Schindelin --- t/t7800-difftool.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/t/t7800-difftool.sh b/t/t7800-difftool.sh index 196f02227d..4e713f7aa5 100755 --- a/t/t7800-difftool.sh +++ b/t/t7800-difftool.sh @@ -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 &&