]> git.proxmox.com Git - cargo.git/commit
Auto merge of #2554 - alexcrichton:robust-test, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 8 Apr 2016 20:31:50 +0000 (13:31 -0700)
committerbors <bors@rust-lang.org>
Fri, 8 Apr 2016 20:31:50 +0000 (13:31 -0700)
commit10ddd7d5b3080fb0fa6c720cedca64407d4ca2f9
tree73ce95d2fca14f384f75eafb81ac692976d5aecd
parent34a7a068f28305e9ef66b9db58799b9f83b7738e
parentbc8e3322c57414d78036f9837ec03183e96845a3
Auto merge of #2554 - alexcrichton:robust-test, r=alexcrichton

Make a test a bit more robust to the environment

Don't filter out PATH as `rustc` may be in that directory (e.g. when using
rustup) and otherwise just have a longer subcommand.

Closes #2553