# Demonstrates that ZIP extracting works
mkdir test-$$
zip test-$$/packed.zip index.js
./cli.js test-$$/packed.zip $(realpath .)/test-$$
diff index.js test-$$/index.js
rm -rf test-$$
