mirror of
https://github.com/rust-lang/cargo.git
synced 2025-10-01 11:30:39 +00:00
Use [/] instead of hardcoded / so that it's portable on Windows.
This commit is contained in:
parent
2309420106
commit
8f3be0626f
@ -1509,7 +1509,7 @@ fn doc_workspace_open_different_library_and_package_names() {
|
||||
execs()
|
||||
.with_status(0)
|
||||
.with_stderr_contains("[..] Documenting foo v0.1.0 ([..])")
|
||||
.with_stderr_contains("[..] Opening [..]/foo/target/doc/foolib/index.html")
|
||||
.with_stderr_contains("[..] Opening [..][/]foo[/]target[/]doc[/]foolib[/]index.html")
|
||||
);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user