File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Filter options
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;
12
12
use uutests:: util:: TestScenario ;
13
13
use uutests:: util_name;
14
14
15
- #[ cfg( not( any( target_os = "macos" , target_os = "openbsd" ) ) ) ]
15
+ #[ cfg( not( any( target_os = "macos" , target_os = "openbsd" , target_env = "musl" ) ) ) ]
16
16
use bincode:: { config, serde:: encode_to_vec} ;
17
17
use 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" ) ) ) ]
19
19
use 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" ) ) ) ]
21
21
use 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" ) ) ) ]
23
23
use 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" ) ) ) ]
25
25
use std:: { io:: Write , path:: PathBuf } ;
26
26
27
27
#[ test]
You can’t perform that action at this time.
0 commit comments