mirror of
https://github.com/facebook/zstd.git
synced 2025-10-05 00:07:15 -04:00
fix lz4 test messed by console detection
This commit is contained in:
parent
b15469203f
commit
4b5d7e9ddb
@ -1103,7 +1103,7 @@ if [ $LZ4MODE -eq 1 ]; then
|
||||
datagen > tmp
|
||||
zstd --format=lz4 -f tmp
|
||||
lz4 -t -v tmp.lz4
|
||||
lz4 -f tmp
|
||||
lz4 -f -m tmp # ensure result is sent into tmp.lz4, not stdout
|
||||
zstd -d -f -v tmp.lz4
|
||||
rm tmp*
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user