index
:
forks/toybox
master
Toybox with POSIX patches from E5ten
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
cp.test
Age
Commit message (
Expand
)
Author
2021-04-07
Add cp -u
Rob Landley
2021-02-19
Fix cp -t with one argument and make --parents work with -t.
Rob Landley
2021-02-13
Minor cleanup.
Rob Landley
2020-08-21
Fix cp -P to not follow symlinks.
Martin Stjernholm
2020-05-13
More TEST_HOST failures.
Rob Landley
2020-03-08
cp: fix -D (--parents) (REWORK MINIMAL FIX)
Jarno Mäkipää
2020-01-24
cp/mv: add -T.
Elliott Hughes
2019-08-19
Fix bad test.
Rob Landley
2019-07-10
dd: iflags, oflags, fix ^C, fix the fundamental loop.
Elliott Hughes
2019-06-26
Fix cp.test to pass even if you're root or have a restrictive umask.
Elliott Hughes
2019-06-21
Fix cp -r dir/. symlink child.
makepost
2019-06-10
Add failing test for cp -r dir/. symlink child.
makepost
2019-01-12
Fix cp permissions when copying symlink contents, and add test.
Rob Landley
2016-03-02
Factor out command name at the start of test name, have runtest.sh print it.
Rob Landley
2014-09-20
Move testsuite out of scripts/test into its own top level tests directory, an...
Rob Landley