1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Revert "Fail test for travis"

This reverts commit 4c1634610c.
This commit is contained in:
James Booth 2014-02-23 03:22:56 +00:00
parent 4c1634610c
commit e4120e144c

View File

@ -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);
}