mirror of
https://github.com/facebook/zstd.git
synced 2025-11-22 00:10:22 -05:00
playtest.sh : changed sdiff into $DIFF
This commit is contained in:
parent
9d6f7637ec
commit
bd6bc22612
@ -135,14 +135,14 @@ $ZSTD -c world.tmp > world.zstd
|
|||||||
cat hello.zstd world.zstd > helloworld.zstd
|
cat hello.zstd world.zstd > helloworld.zstd
|
||||||
$ZSTD -dc helloworld.zstd > result.tmp
|
$ZSTD -dc helloworld.zstd > result.tmp
|
||||||
cat result.tmp
|
cat result.tmp
|
||||||
sdiff helloworld.tmp result.tmp
|
$DIFF helloworld.tmp result.tmp
|
||||||
$ECHO "frame concatenation without checksum"
|
$ECHO "frame concatenation without checksum"
|
||||||
$ZSTD -c hello.tmp > hello.zstd --no-check
|
$ZSTD -c hello.tmp > hello.zstd --no-check
|
||||||
$ZSTD -c world.tmp > world.zstd --no-check
|
$ZSTD -c world.tmp > world.zstd --no-check
|
||||||
cat hello.zstd world.zstd > helloworld.zstd
|
cat hello.zstd world.zstd > helloworld.zstd
|
||||||
$ZSTD -dc helloworld.zstd > result.tmp
|
$ZSTD -dc helloworld.zstd > result.tmp
|
||||||
cat result.tmp
|
cat result.tmp
|
||||||
sdiff helloworld.tmp result.tmp
|
$DIFF helloworld.tmp result.tmp
|
||||||
rm ./*.tmp ./*.zstd
|
rm ./*.tmp ./*.zstd
|
||||||
$ECHO "frame concatenation tests completed"
|
$ECHO "frame concatenation tests completed"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user