Skip to content

Commit

Permalink
Don't error if CARGO_TARGET_DIR is set in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jyn514 committed Oct 22, 2020
1 parent ef5b132 commit b4f091b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/simple_project.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ mod simple_project {
.unwrap()
.arg("deadlinks")
.current_dir("./tests/simple_project")
.env_remove("CARGO_TARGET_DIR")
.assert()
.failure()
.stdout(
Expand Down

0 comments on commit b4f091b

Please sign in to comment.