diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2021-09-09 13:49:11 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2021-09-09 13:49:46 +0200 |
commit | 2de164c50981044be723629d4484a79639e92cf0 (patch) | |
tree | 0bf9badcfc770cadca9a868994588c84c1d8a8c5 /tests | |
parent | 432a30e7e896d3049d5c2bde40604795f57b3441 (diff) |
Improve LZ4 exception descriptions
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lz4/testscript | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/lz4/testscript b/tests/lz4/testscript index 0cd5cba..b064cff 100644 --- a/tests/lz4/testscript +++ b/tests/lz4/testscript @@ -69,17 +69,17 @@ diff ../512kb 512kb : truncated-header6 : $* -d $src_base/truncated-header6.lz4 out &out 2>>EOE !=0 -incomplete frame header +incomplete LZ4 frame header EOE : truncated-header12 : $* -d $src_base/truncated-header12.lz4 out &out 2>>EOE !=0 -incomplete frame header +incomplete LZ4 frame header EOE : truncated-content : $* -d $src_base/truncated-content.lz4 out &out 2>>EOE !=0 -incomplete compressed content +incomplete LZ4 compressed content EOE |