mirror of
https://github.com/mnauw/git-remote-hg.git
synced 2025-10-27 22:56:08 +01:00
t: check for MinGW32
This commit is contained in:
@@ -22,7 +22,7 @@ test_set_prereq() {
|
|||||||
}
|
}
|
||||||
satisfied_prereq=" "
|
satisfied_prereq=" "
|
||||||
|
|
||||||
if [[ $(uname -s) = MSYS* ]]; then
|
if [[ $(uname -s) = MSYS* ]] || [[ $(uname -s) = MINGW* ]]; then
|
||||||
test_set_prereq WIN
|
test_set_prereq WIN
|
||||||
export TEST_CMP='diff --strip-trailing-cr -u'
|
export TEST_CMP='diff --strip-trailing-cr -u'
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user