Skip to content

Commit ceb113a

Browse files
committed
try to remove cp and cd
1 parent 5ff7803 commit ceb113a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/run-make/bare-outfile/rmake.rs

-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ use std::env;
88
use std::fs;
99

1010
fn main() {
11-
fs::copy("foo.rs", tmp_dir().join("foo.rs")).unwrap();
12-
env::set_current_dir(tmp_dir());
1311
rustc().output("foo").input("foo.rs").run();
1412
run("foo");
1513
}

0 commit comments

Comments
 (0)