diff options
author | James Booth <boothj5@gmail.com> | 2014-02-23 03:22:56 +0000 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2014-02-23 03:22:56 +0000 |
commit | e4120e144cec4668a62bf464a1224f227c01ca69 (patch) | |
tree | 82d97d74e9852a90aeb7f3a16091d009cb84b955 | |
parent | 4c1634610c562751868b4b3245e44a41a2af8d10 (diff) | |
download | profani-tty-e4120e144cec4668a62bf464a1224f227c01ca69.tar.gz |
Revert "Fail test for travis"
This reverts commit 4c1634610c562751868b4b3245e44a41a2af8d10.
-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 965ef465..8666b1aa 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_false(result); + assert_true(result); free(help); } |