Commit dd5fcbc
committed
gh-157266: Adjust test for Windows
On Windows (no symlinks, no hardlinks), the behaviour is
the same as without the fix in GH-157266:
- a/t/dummy is extracted
- b/ is extracted
- c/ is *not* created (the target, a/t, is not in the archive)
- c/escape: c/ is created; escape is skipped (target,
c/../../link_here, is not in archive)
- c is not recreated as a directory
- boom is not created (target is c/escape, which falls back to
..\..\link_here, which does not exist in archive)
1 parent 69fb4b6 commit dd5fcbc
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4186 | 4186 | | |
4187 | 4187 | | |
4188 | 4188 | | |
4189 | | - | |
| 4189 | + | |
| 4190 | + | |
| 4191 | + | |
| 4192 | + | |
| 4193 | + | |
4190 | 4194 | | |
4191 | 4195 | | |
4192 | 4196 | | |
4193 | 4197 | | |
4194 | | - | |
4195 | | - | |
4196 | | - | |
4197 | | - | |
4198 | 4198 | | |
4199 | 4199 | | |
4200 | 4200 | | |
| |||
0 commit comments