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

Commit b6a594e

Browse files
committed
Revert "Set the __CARGO_TEST_ROOT env variable for during tests."
This reverts commit 8da600c.
1 parent c13f65b commit b6a594e

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)