tree: 5718d2858d69fececcabe51e432ab4f5f3536f2e [path history] [tgz]
  1. test/
  2. create_test_zip.sh
  3. Different Encryptions.zip
  4. Empty Dir Same Name As File.zip
  5. empty.zip
  6. evil.zip
  7. evil_via_absolute_file_name.zip
  8. evil_via_invalid_utf8.zip
  9. Mixed Paths.zip
  10. Parent Dir Same Name As File.zip
  11. README.md
  12. Repeated Dir Name.zip
  13. Repeated File Name With Different Cases.zip
  14. Repeated File Name.zip
  15. SJIS Bug 846195.zip
  16. test.zip
  17. test_encrypted.zip
  18. test_mismatch_size.zip
  19. test_nocompress.zip
  20. test_posix_permissions.zip
  21. Windows Special Names.zip
  22. Wrong CRC.zip
third_party/zlib/google/test/data/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