Commit b4c75c0
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 830cbcb commit b4c75c0
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4451 | 4451 | | |
4452 | 4452 | | |
4453 | 4453 | | |
4454 | | - | |
| 4454 | + | |
| 4455 | + | |
| 4456 | + | |
| 4457 | + | |
| 4458 | + | |
4455 | 4459 | | |
4456 | 4460 | | |
4457 | 4461 | | |
4458 | 4462 | | |
4459 | | - | |
4460 | | - | |
4461 | | - | |
4462 | | - | |
4463 | 4463 | | |
4464 | 4464 | | |
4465 | 4465 | | |
| |||
0 commit comments