aboutsummaryrefslogtreecommitdiff
path: root/bin/cp/tests
Commit message (Expand)AuthorAgeFilesLines
* cp: Fix copying the root directoryDag-Erling Smørgrav2025-11-221-0/+15
* cp: Simplify sameness checksDag-Erling Smørgrav2025-10-071-4/+4
* cp: Drop test helperDag-Erling Smørgrav2025-09-163-76/+1
* cp: Add descriptions to all test cases.Dag-Erling Smørgrav2025-07-091-11/+164
* cp: Add an option to visit sources in order.Dag-Erling Smørgrav2025-07-091-2/+2
* cp: Add GNU-compatible long options.Dag-Erling Smørgrav2025-07-091-0/+16
* cp: Fix typo in test case.Dag-Erling Smørgrav2025-07-021-1/+1
* cp: Don't rely on FTS_DP to keep track of depth.Dag-Erling Smørgrav2025-07-021-0/+73
* cp: Fix improper use of O_PATH.Dag-Erling Smørgrav2025-06-231-0/+18
* cp: Improve -p flag tests.Dag-Erling Smørgrav2025-06-101-24/+32
* cp: Improve to_root test case.Dag-Erling Smørgrav2025-05-311-8/+9
* cp: Fix copying to root directory.Dag-Erling Smørgrav2025-05-301-0/+22
* atf: Don't be deterred by weird umasks.Dag-Erling Smørgrav2025-05-241-10/+1
* cp: Fix issues with destination directory mode.Dag-Erling Smørgrav2025-05-101-0/+23
* cp: Fix dead link case.Dag-Erling Smørgrav2025-05-101-3/+8
* cp: Partly restore symlink folllowing.Dag-Erling Smørgrav2025-05-061-0/+169
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* cp: Never follow symbolic links in destination.Dag-Erling Smørgrav2024-04-081-0/+31
* cp: Split the basic_symlink test case in two.Dag-Erling Smørgrav2023-12-141-5/+19
* cp: Add tests for symbolic link case.Dag-Erling Smørgrav2023-12-131-0/+31
* cp: Add tests for hard link case.Dag-Erling Smørgrav2023-12-131-0/+32
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-162-2/+0
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-121-1/+1
* cp: Adjust the sparse file tests.Dag-Erling Smørgrav2023-02-083-23/+98
* cp: Add tests involving sparse files.Dag-Erling Smørgrav2023-02-021-0/+90
* cp: fix -R recursion detectionKyle Evans2022-04-061-3/+12
* cp: Make -P work without -R as per POSIXCameron Katri2022-02-231-0/+11
* cp: fix -R with linksKyle Evans2022-02-221-0/+64
* cp: fix some cases with infinite recursionKyle Evans2022-01-271-0/+77
* cp: tests: fix weird 20 insertionKyle Evans2020-09-231-1/+2
* cp: add some basic testsKyle Evans2020-09-232-0/+70