mirror of
https://github.com/facebook/zstd.git
synced 2025-11-15 00:04:18 -05:00
fixed test script
This commit is contained in:
parent
5d4fa0ed9b
commit
397f1ffd52
@ -46,7 +46,7 @@ echo "*** dictionary tests *** "
|
||||
|
||||
./datagen > tmpDict
|
||||
./datagen -g1M | md5sum > tmp1
|
||||
./datagen -g1M | ./zstd -D tmpDict | ./zstd -D tmpDict -dv | md5sum > tmp2
|
||||
./datagen -g1M | $ZSTD -D tmpDict | $ZSTD -D tmpDict -dv | md5sum > tmp2
|
||||
diff -q tmp1 tmp2
|
||||
|
||||
echo "**** zstd round-trip tests **** "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user