From af88c9f203a75246c9b333165b8af7c569defe42 Mon Sep 17 00:00:00 2001 From: Aleksey Kladov Date: Thu, 8 Mar 2018 22:35:42 +0300 Subject: [PATCH] Disable `cargo help -h` --- tests/testsuite/cargo_command.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/tests/testsuite/cargo_command.rs b/tests/testsuite/cargo_command.rs index 59c5c5d24..b211d2699 100644 --- a/tests/testsuite/cargo_command.rs +++ b/tests/testsuite/cargo_command.rs @@ -196,7 +196,6 @@ fn cargo_subcommand_env() { } #[test] -#[ignore] fn cargo_help() { assert_that(cargo_process(), execs().with_status(0)); @@ -208,8 +207,6 @@ fn cargo_help() { execs().with_status(0)); assert_that(cargo_process().arg("build").arg("-h"), execs().with_status(0)); - assert_that(cargo_process().arg("help").arg("-h"), - execs().with_status(0)); assert_that(cargo_process().arg("help").arg("help"), execs().with_status(0)); } -- 2.30.2