Skip to content

Commit 5eaffe9

Browse files
committed
fixup! Handle new t1501 test case properly with MinGW
1 parent 6b48136 commit 5eaffe9

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

t/t1501-work-tree.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,6 @@ test_expect_success 'make_relative_path handles double slashes in GIT_DIR' '
339339
git --git-dir="$(pwd)//repo.git" --work-tree="$(pwd)" add dummy_file
340340
'
341341

342-
test_have_prereq MINGW &&
343-
# make sure to test DOS path on Windows
344-
TRASH_DIRECTORY="$(cd "$TRASH_DIRECTORY" && pwd)"
345-
346342
test_expect_success 'relative $GIT_WORK_TREE and git subprocesses' '
347343
GIT_DIR=repo.git GIT_WORK_TREE=repo.git/work \
348344
test-subprocess --setup-work-tree rev-parse --show-toplevel >actual &&

0 commit comments

Comments
 (0)