cp -a is neither part of POSIX nor the LSB. The nearest equivalent under POSIX is cp -RPp; however, cp -R is sufficient for the intended purpose.
test/Modules/crash-vfs-headermaps.m is not updated since it requires system-darwin anyway.
Paths
| Differential D41545
Replace cp -a in various Clang tests ClosedPublic Authored by hubert.reinterpretcast on Dec 22 2017, 9:21 AM.
Details Summary cp -a is neither part of POSIX nor the LSB. The nearest equivalent under POSIX is cp -RPp; however, cp -R is sufficient for the intended purpose. test/Modules/crash-vfs-headermaps.m is not updated since it requires system-darwin anyway.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 2 2018, 3:55 PM Closed by commit rC321778: Replace cp -a in various Clang tests (authored by hubert.reinterpretcast). · Explain WhyJan 3 2018, 5:16 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 128037 test/Modules/crash-vfs-path-emptydir-entries.m
test/Modules/crash-vfs-path-symlink-component.m
test/Modules/crash-vfs-path-symlink-topheader.m
test/Modules/crash-vfs-umbrella-frameworks.m
test/VFS/umbrella-framework-import-skipnonexist.m
|