aboutsummaryrefslogtreecommitdiff
path: root/testsuite/cp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cp: fix "cp -RL" to create regular files even if src is a symlinkDenis Vlasenko2008-04-271-0/+6
|
* copy_file: handle "cp /dev/foo file" (almost) compatibly to coreutils.Denis Vlasenko2008-03-283-2/+10
| | | | | | (almost because we do not copy mode, which is probably wasn't intended). +61 bytes.
* whitespace cleanupDenis Vlasenko2006-09-172-6/+6
|
* Add two fundamental tests for copying directoriesGlenn L McGrath2004-04-182-0/+9
|
* Kill off the old 'tests' stuff. Write a ton of new tests for theEric Andersen2004-04-065-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 additionsEric Andersen2004-04-055-0/+42
|
* * testsuite/README: Change "UNSUPPORTED" tag to "FEATURE".Matt Kraai2002-02-191-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 Kraai2001-12-171-0/+6
|
* Open the source before creating the destination.Matt Kraai2001-12-111-0/+4
|
* Merge test suite.Matt Kraai2001-10-306-0/+20