Skip to content

Commit

Permalink
try to remove cp and cd
Browse files Browse the repository at this point in the history
  • Loading branch information
Oneirical committed May 22, 2024
1 parent 5ff7803 commit ceb113a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/run-make/bare-outfile/rmake.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ use std::env;
use std::fs;

fn main() {
fs::copy("foo.rs", tmp_dir().join("foo.rs")).unwrap();
env::set_current_dir(tmp_dir());
rustc().output("foo").input("foo.rs").run();
run("foo");
}

0 comments on commit ceb113a

Please sign in to comment.