Page MenuHomeFreeBSD

cp: Add tests for symbolic link case.
ClosedPublic

Authored by des on Dec 13 2023, 11:05 PM.
Tags
None
Referenced Files
F109423816: D43054.diff
Tue, Feb 4, 9:21 PM
Unknown Object (File)
Mon, Feb 3, 2:11 PM
Unknown Object (File)
Tue, Jan 28, 2:56 AM
Unknown Object (File)
Mon, Jan 27, 4:47 PM
Unknown Object (File)
Mon, Jan 27, 4:35 PM
Unknown Object (File)
Nov 26 2024, 5:49 PM
Unknown Object (File)
Nov 16 2024, 4:00 AM
Unknown Object (File)
Nov 16 2024, 3:46 AM
Subscribers

Details

Summary

MFC after: 1 week
Sponsored by: Klara, Inc.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 54939
Build 51828: arc lint + arc unit

Event Timeline

des requested review of this revision.Dec 13 2023, 11:05 PM

It didn't occur to me until after I'd already committed D43052 that we didn't have tests for -s either (the basic_symlink case just checks that a normal cp does nothing if the destination is already a link to the source, or vice versa).

This revision is now accepted and ready to land.Dec 13 2023, 11:09 PM
allanjude added a subscriber: allanjude.

reviewed-by: allanjude

This revision was automatically updated to reflect the committed changes.