summaryrefslogtreecommitdiff
path: root/tests/test_api_base.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_api_base.py')
-rw-r--r--tests/test_api_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_api_base.py b/tests/test_api_base.py
index 11adeaa..39b83fa 100644
--- a/tests/test_api_base.py
+++ b/tests/test_api_base.py
@@ -91,7 +91,7 @@ def _generate_compressed_files(file_path, delete=True):
("xz", None, ".xz", "-c -k"),
("lzop", None, ".lzo", "-c -k"),
("lz4", None, ".lz4", "-c -k"),
- ("zstd", None, ".zst", ""),
+ ("zstd", None, ".zst", "-c -k"),
# The "-P -C /" trick is used to avoid silly warnings:
# "tar: Removing leading `/' from member names"
("bzip2", "tar", ".tar.bz2", "-c -j -O -P -C /"),