mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Only testing on linux
This commit is contained in:
parent
cb1a3f05f0
commit
b3a1d0ceba
@ -562,7 +562,7 @@ fn cargo_compile_without_manifest() {
|
||||
}
|
||||
|
||||
#[cargo_test]
|
||||
#[cfg(not(target_os = "macos"))]
|
||||
#[cfg(target_os = "linux")]
|
||||
fn cargo_compile_with_lowercase_cargo_toml() {
|
||||
let p = project()
|
||||
.no_manifest()
|
||||
|
@ -400,7 +400,7 @@ fn install_target_dir() {
|
||||
}
|
||||
|
||||
#[cargo_test]
|
||||
#[cfg(not(target_os = "macos"))]
|
||||
#[cfg(target_os = "linux")]
|
||||
fn install_path_with_lowercase_cargo_toml() {
|
||||
let toml = paths::root().join("cargo.toml");
|
||||
fs::write(toml, "").unwrap();
|
||||
@ -778,7 +778,7 @@ fn git_repo() {
|
||||
}
|
||||
|
||||
#[cargo_test]
|
||||
#[cfg(not(target_os = "macos"))]
|
||||
#[cfg(target_os = "linux")]
|
||||
fn git_repo_with_lowercase_cargo_toml() {
|
||||
let p = git::repo(&paths::root().join("foo"))
|
||||
.file("cargo.toml", &basic_manifest("foo", "0.1.0"))
|
||||
|
Loading…
x
Reference in New Issue
Block a user