Skip to content

Commit 11494da

Browse files
committed
Merge branch 'js/test-git-installed'
Test fix for Windows. * js/test-git-installed: tests: explicitly use `test-tool.exe` on Windows
2 parents ff09c9e + d609615 commit 11494da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/test-lib.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1154,7 +1154,7 @@ test -d "$GIT_BUILD_DIR"/templates/blt || {
11541154
error "You haven't built things yet, have you?"
11551155
}
11561156

1157-
if ! test -x "$GIT_BUILD_DIR"/t/helper/test-tool
1157+
if ! test -x "$GIT_BUILD_DIR"/t/helper/test-tool$X
11581158
then
11591159
echo >&2 'You need to build test-tool:'
11601160
echo >&2 'Run "make t/helper/test-tool" in the source (toplevel) directory'

0 commit comments

Comments
 (0)