diff options
author | James Booth <boothj5@gmail.com> | 2014-02-23 03:20:12 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-02-23 03:20:12 +0000 |
commit | 4c1634610c562751868b4b3245e44a41a2af8d10 (patch) | |
tree | 3f92ccf1b504e0d39b48af4b9f49e44f2dac43c2 | |
parent | c9a45d4d9de065ecafaaf35684c5449453b1e572 (diff) | |
download | profani-tty-4c1634610c562751868b4b3245e44a41a2af8d10.tar.gz |
Fail test for travis
-rw-r--r-- | tests/test_cmd_alias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_cmd_alias.c b/tests/test_cmd_alias.c index 8666b1aa..965ef465 100644 --- a/tests/test_cmd_alias.c +++ b/tests/test_cmd_alias.c @@ -27,7 +27,7 @@ void cmd_alias_add_shows_usage_when_no_args(void **state) expect_cons_show("Usage: some usage"); gboolean result = cmd_alias(args, *help); - assert_true(result); + assert_false(result); free(help); } |