]> git.proxmox.com Git - cargo.git/commit - src/cargo/core/resolver/types.rs
Auto merge of #9843 - ehuss:fix-test-cargo-env, r=alexcrichton
authorbors <bors@rust-lang.org>
Thu, 26 Aug 2021 22:54:55 +0000 (22:54 +0000)
committerbors <bors@rust-lang.org>
Thu, 26 Aug 2021 22:54:55 +0000 (22:54 +0000)
commitf559c109cc79fe413a8535fb620a5a58b3823d94
treed724afb453dc7b9c5900be730d97d785acb75cf7
parent77a03793420fa7eb9f070ba44c5994987885c6b7
parente0bd1877d0e436b50743f50b947fc23afd3403e5
Auto merge of #9843 - ehuss:fix-test-cargo-env, r=alexcrichton

Fix test not to rely on `cargo` in PATH.

This fixes a test that was trying to execute `cargo` from PATH.  This test doesn't work on rust-lang/rust where the rustup installation is removed, and thus there is no `cargo` in PATH.