Skip to content

Commit

Permalink
test_lib: do not print (null) in sellist test
Browse files Browse the repository at this point in the history
  • Loading branch information
pstorz committed Sep 6, 2016
1 parent e807081 commit a52726f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/unittests/sellist_test.c
Expand Up @@ -53,7 +53,7 @@ void test_sellist(void **state) {

msg = sl.get_errmsg();

printf("%s", msg);
//printf("%s", msg);

assert_null(msg);
c = 0;
Expand Down

0 comments on commit a52726f

Please sign in to comment.