From: Johannes Schindelin <johannes.schindelin@xxxxxx> The lower-case `windows` refers to something different. Signed-off-by: Johannes Schindelin <johannes.schindelin@xxxxxx> --- t/test-lib-functions.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/test-lib-functions.sh b/t/test-lib-functions.sh index 09e2cebb456..139647a6341 100644 --- a/t/test-lib-functions.sh +++ b/t/test-lib-functions.sh @@ -1544,7 +1544,7 @@ test_bitmap_traversal () { rm -f "$1.normalized" "$2.normalized" } -# Tests for the hidden file attribute on windows +# Tests for the hidden file attribute on Windows test_path_is_hidden () { test_have_prereq MINGW || BUG "test_path_is_hidden can only be used on Windows" -- gitgitgadget