Changeset 3e16fb8 for tests/check_help.c


Ignore:
Timestamp:
2014-04-20T16:59:23Z (10 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
6a6d7d8
Parents:
b4008a5
Message:

Fix compiler warnings in testsuite/.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/check_help.c

    rb4008a5 r3e16fb8  
    1212        fail_if(r == NULL);
    1313        fail_if(r != h);
    14        
     14
    1515        help_free(&h);
    1616        fail_if(h != NULL);
     
    2121        r = help_init(&h, "/dev/null");
    2222        fail_unless(help_get(&h, "nonexistent") == NULL);
     23        fail_if(r == NULL);
    2324END_TEST
    2425
Note: See TracChangeset for help on using the changeset viewer.