Update Tests to Reflect New Formatting

dev
W. Felix Handte 2021-06-10 13:14:18 -04:00
parent 87e94e3e39
commit 94cf57bb13
1 changed files with 2 additions and 2 deletions

View File

@ -1445,7 +1445,7 @@ datagen -g0 > tmp5
zstd tmp5 zstd tmp5
zstd -l tmp5.zst zstd -l tmp5.zst
zstd -l tmp5* && die "-l must fail on non-zstd file" zstd -l tmp5* && die "-l must fail on non-zstd file"
zstd -lv tmp5.zst | grep "Decompressed Size: 0.00 KB (0 B)" # check that 0 size is present in header zstd -lv tmp5.zst | grep "Decompressed Size: 0 B (0 B)" # check that 0 size is present in header
zstd -lv tmp5* && die "-l must fail on non-zstd file" zstd -lv tmp5* && die "-l must fail on non-zstd file"
println "\n===> zstd --list/-l test with no content size field " println "\n===> zstd --list/-l test with no content size field "