]> git.ipfire.org Git - thirdparty/zlib-ng.git/commitdiff
Fixed compression args for GH-361 unit test.
authorNathan Moinvaziri <nathan@nathanm.com>
Thu, 17 Sep 2020 02:30:59 +0000 (19:30 -0700)
committerHans Kristian Rosbach <hk-github@circlestorm.org>
Wed, 23 Sep 2020 20:34:55 +0000 (22:34 +0200)
CMakeLists.txt

index 2473115ed3618af5b3568802e08b927b1892750e..0c627d2e82bf7a20f25ce05a7c75675c835099e1 100644 (file)
@@ -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)