regular / unbzip2-stream

streaming unbzip2 implementatio in pure javascript for node and browsers
Other
29 stars 23 forks source link

Tests missing 'fixture' file #5

Closed tedbrandston closed 8 years ago

tedbrandston commented 8 years ago

You've left out the vmlinux file, which makes sense because it's big but means that I can't run all of the tests. I also don't see anything that's supposed to download it for me.

regular commented 8 years ago

Hi @tedbrandston, please refer to the end of the readme file.

regular commented 8 years ago

Ok, the download mentioned in the readme no longer works. I did this instead:

dd if=/dev/urandom of=test/fixtures/vmlinux.bin bs=5m count=2
cat test/fixtures/vmlinux.bin | bzip2 > test/fixtures/vmlinux.bin.bz2