aboutsummaryrefslogtreecommitdiff
path: root/tests/cp.test
AgeCommit message (Expand)Author
2021-07-08Work around a posix violation in the croups filesystem that LTP requires.Rob Landley
2021-04-07Add cp -uRob Landley
2021-02-19Fix cp -t with one argument and make --parents work with -t.Rob Landley
2021-02-13Minor cleanup.Rob Landley
2020-08-21Fix cp -P to not follow symlinks.Martin Stjernholm
2020-05-13More TEST_HOST failures.Rob Landley
2020-03-08cp: fix -D (--parents) (REWORK MINIMAL FIX)Jarno Mäkipää
2020-01-24cp/mv: add -T.Elliott Hughes
2019-08-19Fix bad test.Rob Landley
2019-07-10dd: iflags, oflags, fix ^C, fix the fundamental loop.Elliott Hughes
2019-06-26Fix cp.test to pass even if you're root or have a restrictive umask.Elliott Hughes
2019-06-21Fix cp -r dir/. symlink child.makepost
2019-06-10Add failing test for cp -r dir/. symlink child.makepost
2019-01-12Fix cp permissions when copying symlink contents, and add test.Rob Landley
2016-03-02Factor out command name at the start of test name, have runtest.sh print it.Rob Landley
2014-09-20Move testsuite out of scripts/test into its own top level tests directory, an...Rob Landley