Skip to content

Commit 1b3740a

Browse files
committed
fixup! t7800: configure $(pwd) for posix-paths on MINGW
We just did this differently, using the $PWD variable. Signed-off-by: Johannes Schindelin <[email protected]>
1 parent 0204f91 commit 1b3740a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

t/t7800-difftool.sh

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,6 @@ Testing basic diff tool invocation
1010

1111
. ./test-lib.sh
1212

13-
if test_have_prereq MINGW
14-
then
15-
# Avoid posix-to-windows path mangling
16-
pwd () {
17-
builtin pwd
18-
}
19-
fi
20-
2113
difftool_test_setup ()
2214
{
2315
test_config diff.tool test-tool &&

0 commit comments

Comments
 (0)