Test files › Folders and paths › case-collision-dirs.zip
Sample ZIP file (case collision dirs)
Two sibling directories whose names differ only in case, each holding a different file.
↓ Download case-collision-dirs.zip| Filename | case-collision-dirs.zip |
| Format | ZIP |
| Size | 486 bytes (486 bytes) |
| MIME type | application/zip |
| SHA-256 | 13822c10204f1f63c8e33ef43df20210725cefbca65754e8fe36c0bab0e9141e |
What this file catchesCase sensitivity, at the directory level rather than the file level. On Linux you get two directories and two files. On Windows and default macOS the two merge into one directory holding both files, so a build that works on a developer laptop and fails in CI (or the reverse) has usually hit exactly this.
Download & verify
curl -fsSL -o "case-collision-dirs.zip" "https://files.hexaqa.com/folder/case-collision-dirs.zip"
curl -fsSL "https://files.hexaqa.com/folder/case-collision-dirs.zip" | sha256sum
# expect: 13822c10204f1f63c8e33ef43df20210725cefbca65754e8fe36c0bab0e9141e