| 2ae8d346 | 27-Mar-2024 |
Dag-Erling Smørgrav <des@FreeBSD.org> |
ln: Add a test case for ln -sfF.
MFC after: 1 week Sponsored by: Klara, Inc. Reviewed by: allanjude, asomers Differential Revision: https://reviews.freebsd.org/D44513 |
| 00bc4726 | 20-Jun-2017 |
Enji Cooper <ngie@FreeBSD.org> |
Don't expect :sF_flag to fail anymore
While here, also add a check to verify that the link target is updated in the testcase
MFC after: 1 month MFC with: r320172 PR: 219943 Differential Revision:
Don't expect :sF_flag to fail anymore
While here, also add a check to verify that the link target is updated in the testcase
MFC after: 1 month MFC with: r320172 PR: 219943 Differential Revision: D11167 Submitted by: shivansh Sponsored by: Google (GSoC 2017)
show more ...
|
| 0773ff18 | 12-Jun-2017 |
Enji Cooper <ngie@FreeBSD.org> |
Style fixes: clean up leading whitespace (8 single column spaces -> \t)
MFC after: 1 month MFC with: r319714, r319854, r319855, r319856 |
| ed66391a | 12-Jun-2017 |
Enji Cooper <ngie@FreeBSD.org> |
Add a testcase for `ln -sF`
The testcase fails today, so mark it with atf_expect_fail: in particular, the target (B) isn't being unlinked and the documentation doesn't suggest special handling for d
Add a testcase for `ln -sF`
The testcase fails today, so mark it with atf_expect_fail: in particular, the target (B) isn't being unlinked and the documentation doesn't suggest special handling for directories. Thus, there's either a doc or an implementation bug in ln(1) that needs to be resolved.
MFC after: 1 month MFC with: r319714, r319854, r319855 PR: 219943 Reviewed by: ngie Submitted by: shivansh Differential Revision: D11159 (part of a larger diff) Sponsored by: Google, Inc (GSoC 2017)
show more ...
|