diff options
| author | Nathan Moinvaziri <nathan@nathanm.com> | 2022-09-28 09:38:06 -0700 |
|---|---|---|
| committer | Hans Kristian Rosbach <hk-github@circlestorm.org> | 2022-10-09 11:46:38 +0200 |
| commit | 5b46217d458a144742937a370b2cd2dd0f2fd92e (patch) | |
| tree | 7f5d376400de3ee78c5e9bece957d89fe7a8bfa1 /test | |
| parent | 9b9be8b979e06418d32f9a04d2f0e0e8fc529409 (diff) | |
| download | Project-Tick-5b46217d458a144742937a370b2cd2dd0f2fd92e.tar.gz Project-Tick-5b46217d458a144742937a370b2cd2dd0f2fd92e.zip | |
Use short decompress option name for gzip compatibility. #1347
Long option names in BusyBoxy is an optional feature, so use short option
names by default.
Diffstat (limited to 'test')
| -rw-r--r-- | test/cmake/compress-and-verify.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cmake/compress-and-verify.cmake b/test/cmake/compress-and-verify.cmake index 856f2cb353..e79c50c4f0 100644 --- a/test/cmake/compress-and-verify.cmake +++ b/test/cmake/compress-and-verify.cmake @@ -173,7 +173,7 @@ if(GZIP_VERIFY AND NOT "${COMPRESS_ARGS}" MATCHES "-T") endif() # Check gzip can decompress our compressed output - set(GZ_DECOMPRESS_COMMAND ${GZIP} --decompress) + set(GZ_DECOMPRESS_COMMAND ${GZIP} -d) message(STATUS "Gzip decompress ${GZ_DECOMPRESS_COMMAND}") message(STATUS " Input: ${OUTPUT_BASE}.gz") |
