about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-02-23 03:20:12 +0000
committerJames Booth <boothj5@gmail.com>2014-02-23 03:20:12 +0000
commit4c1634610c562751868b4b3245e44a41a2af8d10 (patch)
tree3f92ccf1b504e0d39b48af4b9f49e44f2dac43c2
parentc9a45d4d9de065ecafaaf35684c5449453b1e572 (diff)
downloadprofani-tty-4c1634610c562751868b4b3245e44a41a2af8d10.tar.gz
Fail test for travis
-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 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);
 }
t&id=8f32cb825ee4037ad4cf0d7d3f3a48093dc5eb7f'>^
17623a62 ^
290f2f67 ^
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33