zig/lib/std/tar
Igor Anić 96e4d56819 std.tar add case sensitive file name test
Like in issue #18089, this tar contains, same file name in two case
sensitive name version. Unpack should fail on case insensitive file
systems and succeed on case sensitive.

$ tar tvf 18089.tar
    18089/
    18089/alacritty/
    18089/alacritty/darkermatrix.yml
    18089/alacritty/Darkermatrix.yml
2024-02-25 10:35:18 +01:00
..
testdata std.tar add case sensitive file name test 2024-02-25 10:35:18 +01:00
test.zig std.tar add case sensitive file name test 2024-02-25 10:35:18 +01:00