File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -12,16 +12,16 @@ use uutests::new_ucmd;
1212use uutests:: util:: TestScenario ;
1313use uutests:: util_name;
1414
15- #[ cfg( not( any( target_os = "macos" , target_os = "openbsd" ) ) ) ]
15+ #[ cfg( not( any( target_os = "macos" , target_os = "openbsd" , target_env = "musl" ) ) ) ]
1616use bincode:: { config, serde:: encode_to_vec} ;
1717use regex:: Regex ;
18- #[ cfg( not( any( target_os = "macos" , target_os = "openbsd" ) ) ) ]
18+ #[ cfg( not( any( target_os = "macos" , target_os = "openbsd" , target_env = "musl" ) ) ) ]
1919use serde:: Serialize ;
20- #[ cfg( not( any( target_os = "macos" , target_os = "openbsd" ) ) ) ]
20+ #[ cfg( not( any( target_os = "macos" , target_os = "openbsd" , target_env = "musl" ) ) ) ]
2121use serde_big_array:: BigArray ;
22- #[ cfg( not( any( target_os = "macos" , target_os = "openbsd" ) ) ) ]
22+ #[ cfg( not( any( target_os = "macos" , target_os = "openbsd" , target_env = "musl" ) ) ) ]
2323use std:: fs:: File ;
24- #[ cfg( not( any( target_os = "macos" , target_os = "openbsd" ) ) ) ]
24+ #[ cfg( not( any( target_os = "macos" , target_os = "openbsd" , target_env = "musl" ) ) ) ]
2525use std:: { io:: Write , path:: PathBuf } ;
2626
2727#[ test]
You can’t perform that action at this time.
0 commit comments