Auto merge of #5135 - matklad:drop-ignored-tests, r=alexcrichton
authorbors <bors@rust-lang.org>
Tue, 6 Mar 2018 22:34:32 +0000 (22:34 +0000)
committerbors <bors@rust-lang.org>
Tue, 6 Mar 2018 22:34:32 +0000 (22:34 +0000)
Drop ignored tests

r? @alexcrichton

These tests are ignored, so its better to remove them. `run` does not supports `--bins` argument, so I've left a single test that checks specifically for this.

cc https://github.com/rust-lang/cargo/pull/3901


Trivial merge