Skip to content

Commit 1b3187b

Browse files
Ramsay Jonesgitster
authored andcommitted
t9501-*.sh: Fix a test failure on Cygwin
The first (setup) test attempts to create a file, using the test_commit function, called 'i can has snapshot?'. On cygwin (and MinGW) this fails with a "No such file or directory" error. In order to fix the tests, we simply remove the '?' wildcard from the name, since the purpose of these tests is not about creating funny filenames. Signed-off-by: Ramsay Jones <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent cff484a commit 1b3187b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t9501-gitweb-standalone-http-status.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ code and message.'
1616
# snapshot settings
1717

1818
test_expect_success 'setup' "
19-
test_commit 'SnapshotTests' 'i can has snapshot?'
19+
test_commit 'SnapshotTests' 'i can has snapshot'
2020
"
2121

2222

0 commit comments

Comments
 (0)