@@ -141,7 +141,7 @@ mod tests {
141141 ] ;
142142
143143 #[ test]
144- #[ cfg_attr( not( windows) , ignore) ]
144+ #[ cfg_attr( not( windows) , ignore = "only meaningful on Windows" ) ]
145145 fn find_git_associated_windows_executable ( ) {
146146 for stem in SHOULD_FIND {
147147 let path = super :: find_git_associated_windows_executable ( stem) ;
@@ -150,7 +150,7 @@ mod tests {
150150 }
151151
152152 #[ test]
153- #[ cfg_attr( not( windows) , ignore) ]
153+ #[ cfg_attr( not( windows) , ignore = "only meaningful on Windows" ) ]
154154 fn find_git_associated_windows_executable_no_extra ( ) {
155155 for stem in SHOULD_NOT_FIND {
156156 let path = super :: find_git_associated_windows_executable ( stem) ;
@@ -159,7 +159,7 @@ mod tests {
159159 }
160160
161161 #[ test]
162- #[ cfg_attr( not( windows) , ignore) ]
162+ #[ cfg_attr( not( windows) , ignore = "only meaningful on Windows" ) ]
163163 fn find_git_associated_windows_executable_with_fallback ( ) {
164164 for stem in SHOULD_FIND {
165165 let path = super :: find_git_associated_windows_executable_with_fallback ( stem) ;
@@ -168,7 +168,7 @@ mod tests {
168168 }
169169
170170 #[ test]
171- #[ cfg_attr( not( windows) , ignore) ]
171+ #[ cfg_attr( not( windows) , ignore = "only meaningful on Windows" ) ]
172172 fn find_git_associated_windows_executable_with_fallback_falls_back ( ) {
173173 for stem in SHOULD_NOT_FIND {
174174 let path = super :: find_git_associated_windows_executable_with_fallback ( stem)
0 commit comments