Commit 7f3a359
authored
cp: use FileInformation without dereference for symlink destination check to match GNU behaviour for test/nfs-removal-race (#10086)
* cp: use lstat for destination check to support LD_PRELOAD tests
* fs: fix Windows is_symlink type mismatch and add explanatory comment
* cp: use stat for dest existence check to support LD_PRELOAD1 parent abd511a commit 7f3a359
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1390 | 1390 | | |
1391 | 1391 | | |
1392 | 1392 | | |
1393 | | - | |
1394 | | - | |
| 1393 | + | |
| 1394 | + | |
1395 | 1395 | | |
1396 | 1396 | | |
1397 | 1397 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
0 commit comments