Commit f93473e
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 05f187c commit f93473e
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4418 | 4418 | | |
4419 | 4419 | | |
4420 | 4420 | | |
4421 | | - | |
| 4421 | + | |
| 4422 | + | |
| 4423 | + | |
| 4424 | + | |
| 4425 | + | |
4422 | 4426 | | |
4423 | 4427 | | |
4424 | 4428 | | |
4425 | 4429 | | |
4426 | | - | |
4427 | | - | |
4428 | | - | |
4429 | | - | |
4430 | 4430 | | |
4431 | 4431 | | |
4432 | 4432 | | |
| |||
0 commit comments