diff mbox series

[v2,3/3] t: fix casing of the operating system `Windows`

Message ID d0c0767a2aad765297ec82db84c41fec37eba3ec.1586516583.git.gitgitgadget@gmail.com (mailing list archive)
State New, archived
Headers show
Series Make the tests that test core.hideDotFiles more robust | expand

Commit Message

John Passaro via GitGitGadget April 10, 2020, 11:03 a.m. UTC
From: Johannes Schindelin <johannes.schindelin@gmx.de>

The lower-case `windows` refers to something different.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
---
 t/test-lib-functions.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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"