Commit 7d81259
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 2360bda commit 7d81259
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4621 | 4621 | | |
4622 | 4622 | | |
4623 | 4623 | | |
4624 | | - | |
| 4624 | + | |
| 4625 | + | |
| 4626 | + | |
| 4627 | + | |
| 4628 | + | |
4625 | 4629 | | |
4626 | 4630 | | |
4627 | 4631 | | |
4628 | 4632 | | |
4629 | | - | |
4630 | | - | |
4631 | | - | |
4632 | | - | |
4633 | 4633 | | |
4634 | 4634 | | |
4635 | 4635 | | |
| |||
0 commit comments