File: test

package info (click to toggle)
node-extract-zip 2.0.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 116 kB
  • sloc: javascript: 157; makefile: 5
file content (6 lines) | stat: -rw-r--r-- 183 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
# 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-$$