@@ -66,7 +66,7 @@ mod component {
6666 mktest ! ( dot_gitmodules_as_file, b".gitmodules" , UNIX_OPTS ) ;
6767 mktest ! (
6868 starts_with_dot_git_with_backslashes_on_linux,
69- b".git\\ hooks\\ precommit " ,
69+ b".git\\ hooks\\ pre-commit " ,
7070 UNIX_OPTS
7171 ) ;
7272 mktest ! ( not_dot_git_shorter, b".gi" , NO_OPTS ) ;
@@ -136,7 +136,7 @@ mod component {
136136 mktest ! ( dot_git_upper, b".GIT" , Error :: DotGitDir , NO_OPTS ) ;
137137 mktest ! (
138138 starts_with_dot_git_with_backslashes_on_windows,
139- b".git\\ hooks\\ precommit " ,
139+ b".git\\ hooks\\ pre-commit " ,
140140 Error :: PathSeparator
141141 ) ;
142142 mktest ! ( dot_git_upper_hfs, ".GIT\u{200e} " . as_bytes( ) , Error :: DotGitDir ) ;
@@ -199,12 +199,12 @@ mod component {
199199 Error :: WindowsIllegalCharacter
200200 ) ;
201201 mktest ! (
202- ntfs_stream_default_explicit ,
203- b"file:$ ANYTHING_REALLY:$DATA" ,
202+ ntfs_stream_explicit ,
203+ b"file:ANYTHING_REALLY:$DATA" ,
204204 Error :: WindowsIllegalCharacter
205205 ) ;
206206 mktest ! (
207- dot_gitmodules_lower_ntfs_stream_default_explicit ,
207+ dot_gitmodules_lower_ntfs_stream ,
208208 b".gitmodules:$DATA:$DATA" ,
209209 Error :: SymlinkedGitModules ,
210210 Symlink ,
0 commit comments