mirror of
https://github.com/facebook/zstd.git
synced 2025-11-09 17:41:01 +03:00
bash to shell conversion
This commit is contained in:
@@ -1280,8 +1280,7 @@ println "\n===> patch-from long mode trigger larger file test"
|
|||||||
|
|
||||||
datagen -g5000000 > tmp_dict
|
datagen -g5000000 > tmp_dict
|
||||||
datagen -g5000000 > tmp_patch
|
datagen -g5000000 > tmp_patch
|
||||||
zstd -15 --patch-from=tmp_dict tmp_patch &> tmp_out
|
zstd -15 --patch-from=tmp_dict tmp_patch 2>&1 | grep "long mode automaticaly triggered"
|
||||||
grep "long mode automaticaly triggered" tmp_out
|
|
||||||
rm -rf tmp*
|
rm -rf tmp*
|
||||||
|
|
||||||
println "\n===> large files tests "
|
println "\n===> large files tests "
|
||||||
|
|||||||
Reference in New Issue
Block a user