Changeset 7b05842 for tests/check_help.c
- Timestamp:
- 2014-04-25T08:03:59Z (11 years ago)
- Branches:
- master
- Children:
- b95b0c8
- Parents:
- b4008a5 (diff), 6a6d7d8 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tests/check_help.c
rb4008a5 r7b05842 12 12 fail_if(r == NULL); 13 13 fail_if(r != h); 14 14 15 15 help_free(&h); 16 16 fail_if(h != NULL); … … 21 21 r = help_init(&h, "/dev/null"); 22 22 fail_unless(help_get(&h, "nonexistent") == NULL); 23 fail_if(r == NULL); 23 24 END_TEST 24 25
Note: See TracChangeset
for help on using the changeset viewer.