mirror of
https://github.com/git/git.git
synced 2026-02-05 07:23:13 +00:00
t7800: configure $(pwd) for posix-paths on MINGW
In test #49, $(pwd) must match $(readlink), which is an MSys utility. Signed-off-by: Karsten Blees <blees@dcon.de>
This commit is contained in:
committed by
Johannes Schindelin
parent
880e4e2814
commit
4236d99aec
@@ -10,6 +10,14 @@ 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