@@ -66,7 +66,7 @@ mod component {
66
66
mktest ! ( dot_gitmodules_as_file, b".gitmodules" , UNIX_OPTS ) ;
67
67
mktest ! (
68
68
starts_with_dot_git_with_backslashes_on_linux,
69
- b".git\\ hooks\\ precommit " ,
69
+ b".git\\ hooks\\ pre-commit " ,
70
70
UNIX_OPTS
71
71
) ;
72
72
mktest ! ( not_dot_git_shorter, b".gi" , NO_OPTS ) ;
@@ -136,7 +136,7 @@ mod component {
136
136
mktest ! ( dot_git_upper, b".GIT" , Error :: DotGitDir , NO_OPTS ) ;
137
137
mktest ! (
138
138
starts_with_dot_git_with_backslashes_on_windows,
139
- b".git\\ hooks\\ precommit " ,
139
+ b".git\\ hooks\\ pre-commit " ,
140
140
Error :: PathSeparator
141
141
) ;
142
142
mktest ! ( dot_git_upper_hfs, ".GIT\u{200e} " . as_bytes( ) , Error :: DotGitDir ) ;
@@ -199,12 +199,12 @@ mod component {
199
199
Error :: WindowsIllegalCharacter
200
200
) ;
201
201
mktest ! (
202
- ntfs_stream_default_explicit ,
203
- b"file:$ ANYTHING_REALLY:$DATA" ,
202
+ ntfs_stream_explicit ,
203
+ b"file:ANYTHING_REALLY:$DATA" ,
204
204
Error :: WindowsIllegalCharacter
205
205
) ;
206
206
mktest ! (
207
- dot_gitmodules_lower_ntfs_stream_default_explicit ,
207
+ dot_gitmodules_lower_ntfs_stream ,
208
208
b".gitmodules:$DATA:$DATA" ,
209
209
Error :: SymlinkedGitModules ,
210
210
Symlink ,
0 commit comments