Codebase list libisal / 9c91a18
igzip: Fix igzip_rand_test to test on a single file Change-Id: I21cb27f6012094adee6496f811792d6e3b11a8bc Signed-off-by: Roy Oursler <roy.j.oursler@intel.com> Roy Oursler authored 4 years ago Greg Tucker committed 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
27712771 return -1;
27722772 }
27732773
2774 if (file_count > 1) {
2774 if (file_count > 0) {
27752775 printf("igzip_rand_test files: ");
27762776
27772777 for (i = 0; i < file_count; i++) {