File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -562,7 +562,7 @@ fn cargo_compile_without_manifest() {
562
562
}
563
563
564
564
#[ cargo_test]
565
- #[ cfg( not ( target_os = "macos" ) ) ]
565
+ #[ cfg( target_os = "linux" ) ]
566
566
fn cargo_compile_with_lowercase_cargo_toml ( ) {
567
567
let p = project ( )
568
568
. no_manifest ( )
Original file line number Diff line number Diff line change @@ -400,7 +400,7 @@ fn install_target_dir() {
400
400
}
401
401
402
402
#[ cargo_test]
403
- #[ cfg( not ( target_os = "macos" ) ) ]
403
+ #[ cfg( target_os = "linux" ) ]
404
404
fn install_path_with_lowercase_cargo_toml ( ) {
405
405
let toml = paths:: root ( ) . join ( "cargo.toml" ) ;
406
406
fs:: write ( toml, "" ) . unwrap ( ) ;
@@ -778,7 +778,7 @@ fn git_repo() {
778
778
}
779
779
780
780
#[ cargo_test]
781
- #[ cfg( not ( target_os = "macos" ) ) ]
781
+ #[ cfg( target_os = "linux" ) ]
782
782
fn git_repo_with_lowercase_cargo_toml ( ) {
783
783
let p = git:: repo ( & paths:: root ( ) . join ( "foo" ) )
784
784
. file ( "cargo.toml" , & basic_manifest ( "foo" , "0.1.0" ) )
You can’t perform that action at this time.
0 commit comments