Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix new tests on Windows inadvertently picking up ~/.cargo/config. #4630

Merged
merged 1 commit into from
Oct 17, 2017

Conversation

ehuss
Copy link
Contributor

@ehuss ehuss commented Oct 16, 2017

Fixes #4601. By relying on __CARGO_TEST_ROOT, using a temp directory is no
longer necessary.

Fixes rust-lang#4601.  By relying on `__CARGO_TEST_ROOT`, using a temp directory is no
longer necessary.
@rust-highfive
Copy link

r? @alexcrichton

(rust_highfive has picked a reviewer for you, use r? to override)

@alexcrichton
Copy link
Member

@bors: r+

Thanks!

@bors
Copy link
Collaborator

bors commented Oct 17, 2017

📌 Commit eea294a has been approved by alexcrichton

@bors
Copy link
Collaborator

bors commented Oct 17, 2017

⌛ Testing commit eea294a with merge 7e89f40...

bors added a commit that referenced this pull request Oct 17, 2017
Fix `new` tests on Windows inadvertently picking up ~/.cargo/config.

Fixes #4601.  By relying on `__CARGO_TEST_ROOT`, using a temp directory is no
longer necessary.
@bors
Copy link
Collaborator

bors commented Oct 17, 2017

☀️ Test successful - status-appveyor, status-travis
Approved by: alexcrichton
Pushing 7e89f40 to master...

@bors bors merged commit eea294a into rust-lang:master Oct 17, 2017
@ehuss ehuss added this to the 1.23.0 milestone Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

new tests fail on Windows if you have ~/.cargo/config
4 participants