mirror of
https://github.com/intel/isa-l.git
synced 2025-01-19 04:26:08 +01:00
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:
parent
899c647628
commit
9c91a18c6e
@ -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++) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user