diff options
Diffstat (limited to 'tests/patch/print.c')
-rw-r--r-- | tests/patch/print.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/patch/print.c b/tests/patch/print.c index 5a86573b3..62e50b93e 100644 --- a/tests/patch/print.c +++ b/tests/patch/print.c @@ -166,3 +166,9 @@ void test_patch_print__not_reversible(void) patch_print_from_patchfile(PATCH_BINARY_NOT_REVERSIBLE, strlen(PATCH_BINARY_NOT_REVERSIBLE)); } + +void test_patch_print__binary_not_shown(void) +{ + patch_print_from_patchfile(PATCH_BINARY_NOT_PRINTED, + strlen(PATCH_BINARY_NOT_PRINTED)); +} |