From: Martin Matuška Date: Tue, 8 Feb 2022 07:25:55 +0000 (+0100) Subject: Merge pull request #1657 from kientzle/ReorganizeTestCode X-Git-Tag: v3.6.0~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd8fe9c561371a3043d7f4d3db961bc2504a3656;p=thirdparty%2Flibarchive.git Merge pull request #1657 from kientzle/ReorganizeTestCode Reorganize test code a bit --- fd8fe9c561371a3043d7f4d3db961bc2504a3656 diff --cc libarchive/test/test_write_format_7zip_large.c index 9c5408cb2,10daddc27..b7a90d187 --- a/libarchive/test/test_write_format_7zip_large.c +++ b/libarchive/test/test_write_format_7zip_large.c @@@ -25,10 -25,9 +25,9 @@@ #include "test.h" - #include "test_utils.h" __FBSDID("$FreeBSD$"); -#define LARGE_SIZE (16*1024*1024) +#define LARGE_SIZE (1*1024*1024) static void test_large(const char *compression_type) {