1
0
mirror of https://github.com/facebook/zstd.git synced 2025-07-29 11:21:22 +03:00

fix cli-tests issues

This commit is contained in:
Danielle Rozenblit
2023-02-14 11:33:26 -08:00
parent 6a86db11a4
commit 7da1c6ddbf
3 changed files with 13 additions and 9 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
datagen -g1G > file
zstd --long=31 -1 --single-thread --no-content-size -f file
zstd --long=30 -1 --single-thread --no-content-size -f file
zstd -l -v file.zst
# We want to ignore stderr (its outputting "*** zstd command line interface