mirror of
https://github.com/git/git.git
synced 2026-03-17 04:00:11 +01:00
Handle new t1510 test cases properly with MinGW
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
This commit is contained in:
@@ -39,6 +39,10 @@ test_description='Tests of cwd/prefix/worktree/gitdir setup in all cases'
|
||||
# prefix is NULL.
|
||||
#
|
||||
|
||||
test_have_prereq MINGW &&
|
||||
# make sure to test DOS path on Windows
|
||||
TRASH_DIRECTORY="$(cd "$TRASH_DIRECTORY" && pwd)"
|
||||
|
||||
test_repo() {
|
||||
(
|
||||
cd "$1" &&
|
||||
|
||||
Reference in New Issue
Block a user