fixup! tests: adds tests for propogating values down

This commit is contained in:
Kevin K 2017-01-02 23:10:46 -05:00
parent f967235a90
commit 2fc5acaff7
No known key found for this signature in database
GPG key ID: 17218E4B3692F01A

View file

@ -513,5 +513,5 @@ fn issue_777_wrap_all_things() {
.author("Some Very Long Name and crazy long email <email@server.com>")
.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));
}