mirror of
https://github.com/git/git.git
synced 2026-02-04 06:53:10 +00:00
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:
@@ -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 &&
|
||||
|
||||
Reference in New Issue
Block a user