Skip to content
This repository was archived by the owner on Dec 29, 2022. It is now read-only.

Commit c76d29b

Browse files
authored
Merge pull request #1147 from eddyb/top-unhack
Revert "Set the __CARGO_TEST_ROOT env variable for during tests."
2 parents c13f65b + b6a594e commit c76d29b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/support/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,6 @@ impl Project {
375375
.stdin(Stdio::piped())
376376
.stdout(Stdio::piped())
377377
.current_dir(self.root())
378-
.env("__CARGO_TEST_ROOT", self.root())
379378
.spawn()
380379
.unwrap(),
381380
)

0 commit comments

Comments
 (0)