From: Nathan Moinvaziri Date: Thu, 17 Sep 2020 02:30:59 +0000 (-0700) Subject: Fixed compression args for GH-361 unit test. X-Git-Tag: 1.9.9-b1~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=43d30f01953427fa834e791125729a35b2ecfba7;p=thirdparty%2Fzlib-ng.git Fixed compression args for GH-361 unit test. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 2473115e..0c627d2e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1208,7 +1208,7 @@ if(ZLIB_ENABLE_TESTS) add_test(NAME GH-361 COMMAND ${CMAKE_COMMAND} "-DTARGET=${MINIGZIP_COMMAND}" - "-DCOMPRESS_ARGS=-c;-d;-4" + "-DCOMPRESS_ARGS=-c;-k;-4" -DINPUT=${CMAKE_CURRENT_SOURCE_DIR}/test/GH-361/test.txt -P ${CMAKE_CURRENT_SOURCE_DIR}/cmake/test-compress.cmake)