From 2fc5acaff738c63726234c81665f6521ae6630e1 Mon Sep 17 00:00:00 2001 From: Kevin K Date: Mon, 2 Jan 2017 23:10:46 -0500 Subject: [PATCH] fixup! tests: adds tests for propogating values down --- tests/help.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/help.rs b/tests/help.rs index eb3609e6..00e14f68 100644 --- a/tests/help.rs +++ b/tests/help.rs @@ -513,5 +513,5 @@ fn issue_777_wrap_all_things() { .author("Some Very Long Name and crazy long email ") .about("Show how the about text is not wrapped") .set_term_width(35); - test::check_err_output(app, "ctest --help", ISSUE_777, false); + assert!(test::compare_output(app, "ctest --help", ISSUE_777, false)); } \ No newline at end of file