about summary refs log tree commit diff stats
path: root/tests/test_cmd_alias.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-02-23 03:22:56 +0000
committerJames Booth <boothj5@gmail.com>2014-02-23 03:22:56 +0000
commite4120e144cec4668a62bf464a1224f227c01ca69 (patch)
tree82d97d74e9852a90aeb7f3a16091d009cb84b955 /tests/test_cmd_alias.c
parent4c1634610c562751868b4b3245e44a41a2af8d10 (diff)
downloadprofani-tty-e4120e144cec4668a62bf464a1224f227c01ca69.tar.gz
Revert "Fail test for travis"
This reverts commit 4c1634610c562751868b4b3245e44a41a2af8d10.
Diffstat (limited to 'tests/test_cmd_alias.c')
-rw-r--r--tests/test_cmd_alias.c2
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);
 }