igzip: Fix igzip_rand_test to test on a single file

Change-Id: I21cb27f6012094adee6496f811792d6e3b11a8bc
Signed-off-by: Roy Oursler <roy.j.oursler@intel.com>
This commit is contained in:
Roy Oursler 2019-05-21 12:56:30 -07:00 committed by Greg Tucker
parent 899c647628
commit 9c91a18c6e

View File

@ -2772,7 +2772,7 @@ int main(int argc, char *argv[])
return -1;
}
if (file_count > 1) {
if (file_count > 0) {
printf("igzip_rand_test files: ");
for (i = 0; i < file_count; i++) {