mirror of
https://github.com/facebook/zstd.git
synced 2025-11-08 06:42:18 +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_patch
|
||||
zstd -15 --patch-from=tmp_dict tmp_patch &> tmp_out
|
||||
grep "long mode automaticaly triggered" tmp_out
|
||||
zstd -15 --patch-from=tmp_dict tmp_patch 2>&1 | grep "long mode automaticaly triggered"
|
||||
rm -rf tmp*
|
||||
|
||||
println "\n===> large files tests "
|
||||
|
||||
Reference in New Issue
Block a user