mirror of
https://github.com/facebook/zstd.git
synced 2025-10-07 00:12:40 -04:00
reinforced fix for huge files
This commit is contained in:
parent
bb8558164e
commit
bb93d77ab8
@ -198,7 +198,7 @@ cp ../programs/*.c dirTestDict
|
||||
cp ../programs/*.h dirTestDict
|
||||
$MD5SUM dirTestDict/* > tmph1
|
||||
$ZSTD -f --rm dirTestDict/* -D tmpDictC
|
||||
$ZSTD -d --rm dirTestDict/*.zst -D tmpDictC # note : use internal checksum
|
||||
$ZSTD -d --rm dirTestDict/*.zst -D tmpDictC # note : use internal checksum by default
|
||||
if [[ "$OSTYPE" == "darwin"* ]]; then
|
||||
$ECHO "test skipped on OS-X" # not compatible with OS-X's md5
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user