mirror of
https://github.com/rust-lang/cargo.git
synced 2025-09-28 11:20:36 +00:00
Ignore the broken symlinks test on windows
This commit is contained in:
parent
f488174208
commit
94ba70881d
@ -627,7 +627,8 @@ test!(self_dependency {
|
||||
execs().with_status(0));
|
||||
})
|
||||
|
||||
test!(ignore_bogus_symlinks {
|
||||
#[cfg(not(windows))]
|
||||
test!(ignore_broken_symlinks {
|
||||
let p = project("foo")
|
||||
.file("Cargo.toml", basic_bin_manifest("foo").as_slice())
|
||||
.file("src/foo.rs", main_file(r#""i am foo""#, []).as_slice())
|
||||
|
Loading…
x
Reference in New Issue
Block a user