node/deps/zlib/google/test/data
..
test
Different Encryptions.zip
Empty Dir Same Name As File.zip
Mixed Paths.zip
Parent Dir Same Name As File.zip
README.md
Repeated Dir Name.zip
Repeated File Name With Different Cases.zip
Repeated File Name.zip
SJIS Bug 846195.zip
Windows Special Names.zip
Wrong CRC.zip
create_symlink_test_zips.py
create_test_zip.sh
empty.zip
evil.zip
evil_via_absolute_file_name.zip
evil_via_invalid_utf8.zip
symlink_absolute_path.zip
symlink_duplicate_link.zip
symlink_evil_relative_path.zip
symlink_follow_own_link.zip
symlink_too_large.zip
symlinks.zip
test.zip
test_encrypted.zip
test_mismatch_size.zip
test_nocompress.zip
test_posix_permissions.zip

README.md

test_posix_permissions.zip

Rebuild this zip by running:

rm test_posix_permissions.zip &&
mkdir z &&
cd z &&
touch 0.txt 1.txt 2.txt 3.txt &&
chmod a+x 0.txt &&
chmod o+x 1.txt &&
chmod u+x 2.txt &&
zip test_posix_permissions.zip * &&
mv test_posix_permissions.zip .. &&
cd .. &&
rm -r z