Skip to content

Commit

Permalink
Add test case for multistream bzip2 reading
Browse files Browse the repository at this point in the history
  • Loading branch information
salcock committed Sep 18, 2023
1 parent f0237b8 commit 32274fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/do-basic-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,9 @@ do_read_test gzip files/big.txt.gz
echo -n \* Reading bzip2...
do_read_test bzip2 files/big.txt.bz2

echo -n \* Reading multi-stream bzip2...
do_read_test bzip2 files/big.multistream.txt.bz2

echo -n \* Reading lzma...
do_read_test lzma files/big.txt.xz

Expand Down
Binary file added test/files/big.multistream.txt.bz2
Binary file not shown.

0 comments on commit 32274fe

Please sign in to comment.