1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-29 19:56:07 -04:00

Fail test for travis

This commit is contained in:
James Booth 2014-02-23 03:20:12 +00:00
parent c9a45d4d9d
commit 4c1634610c

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_true(result);
assert_false(result);
free(help);
}