Commit 47c36b7
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 0cc0073 commit 47c36b7
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4071 | 4071 | | |
4072 | 4072 | | |
4073 | 4073 | | |
4074 | | - | |
| 4074 | + | |
| 4075 | + | |
| 4076 | + | |
| 4077 | + | |
| 4078 | + | |
4075 | 4079 | | |
4076 | 4080 | | |
4077 | 4081 | | |
4078 | 4082 | | |
4079 | | - | |
4080 | | - | |
4081 | | - | |
4082 | | - | |
4083 | 4083 | | |
4084 | 4084 | | |
4085 | 4085 | | |
| |||
0 commit comments