Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cp: fix "cp -RL" to create regular files even if src is a symlink | Denis Vlasenko | 2008-04-27 | 1 | -0/+6 |
| | |||||
* | copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils. | Denis Vlasenko | 2008-03-28 | 3 | -2/+10 |
| | | | | | | (almost because we do not copy mode, which is probably wasn't intended). +61 bytes. | ||||
* | whitespace cleanup | Denis Vlasenko | 2006-09-17 | 2 | -6/+6 |
| | |||||
* | Add two fundamental tests for copying directories | Glenn L McGrath | 2004-04-18 | 2 | -0/+9 |
| | |||||
* | Kill off the old 'tests' stuff. Write a ton of new tests for the | Eric Andersen | 2004-04-06 | 5 | -8/+10 |
| | | | | | | | 'testsuite' dir. Fix a bunch of broken tests. Fix the testsuite 'runtest' script so it actually reports all failures and provides meaningful feedback. -Erik | ||||
* | Some test additions | Eric Andersen | 2004-04-05 | 5 | -0/+42 |
| | |||||
* | * testsuite/README: Change "UNSUPPORTED" tag to "FEATURE". | Matt Kraai | 2002-02-19 | 1 | -1/+1 |
| | | | | | | | | | | | | * testsuite/runtest (run_applet_testcase): Likewise. * testsuite/cp/cp-preserves-hard-links: Likewise. * testsuite/grep/egrep-supports-extended-regexps: Likewise. * testsuite/grep/grep-is-also-egrep: Likewise. * testsuite/tar/tar-archives-multiple-files: Likewise. * testsuite/tar/tar-handles-empty-include-and-non-empty-exclude-list: Likewise. * testsuite/tar/tar-handles-exclude-and-extract-lists: Likewise. * testsuite/tar/tar-handles-nested-exclude: Likewise. | ||||
* | Make cp and mv optionally preserve hard links. | Matt Kraai | 2001-12-17 | 1 | -0/+6 |
| | |||||
* | Open the source before creating the destination. | Matt Kraai | 2001-12-11 | 1 | -0/+4 |
| | |||||
* | Merge test suite. | Matt Kraai | 2001-10-30 | 6 | -0/+20 |