File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -1184,6 +1184,7 @@ fn doc_workspace_open_different_library_and_package_names() {
11841184 . env ( "BROWSER" , "echo" )
11851185 . with_stderr_contains ( "[..] Documenting foo v0.1.0 ([..])" )
11861186 . with_stderr_contains ( "[..] [CWD]/target/doc/foolib/index.html" )
1187+ . with_stdout_contains ( "[CWD]/target/doc/foolib/index.html" )
11871188 . run ( ) ;
11881189
11891190 p. change_file (
@@ -1197,7 +1198,7 @@ fn doc_workspace_open_different_library_and_package_names() {
11971198 // check that the cargo config overrides the browser env var
11981199 p. cargo ( "doc --open" )
11991200 . env ( "BROWSER" , "true" )
1200- . with_stdout_contains ( "[..] a [CWD]/target/doc/foolib/index.html" )
1201+ . with_stdout_contains ( "a [CWD]/target/doc/foolib/index.html" )
12011202 . run ( ) ;
12021203}
12031204
You can’t perform that action at this time.
0 commit comments