aboutsummaryrefslogtreecommitdiff
path: root/tests/lz4/testscript
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2021-09-08 16:02:41 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2021-09-08 16:02:41 +0200
commit43b92007c6c2a360b9924e1bbe58e81c4dc6e38f (patch)
tree84930cd9f153a4199857edfa7192eca27e1873f4 /tests/lz4/testscript
parent98c4038df36fb73601c58ccd885d1c2d3703cf6e (diff)
Implement lz4::{istream,ostream}lz4-fdstream
Diffstat (limited to 'tests/lz4/testscript')
-rw-r--r--tests/lz4/testscript9
1 files changed, 8 insertions, 1 deletions
diff --git a/tests/lz4/testscript b/tests/lz4/testscript
index 1806c94..0cd5cba 100644
--- a/tests/lz4/testscript
+++ b/tests/lz4/testscript
@@ -2,7 +2,8 @@
# license : MIT; see accompanying LICENSE file
+touch zero
-+echo 'The quick brown fox jumps over the lazy dog.' >=small
++cat <:'1' >=one
++cat <'The quick brown fox jumps over the lazy dog.' >=small
+cat <<EOI >=1kb
The quick brown fox jumps over the lazy dog. The quick brown fox jumps over
the lazy dog. The quick brown fox jumps over the lazy dog. The quick brown fox
@@ -29,6 +30,12 @@ $* -c ../zero zero.lz4 &zero.lz4;
$* -d zero.lz4 zero &zero;
diff ../zero zero
+: rt-one
+:
+$* -c ../one one.lz4 &one.lz4;
+$* -d one.lz4 one &one;
+diff ../one one
+
: rt-small
:
$* -c ../small small.lz4 &small.lz4;