doc: move @shortcontents and @contents from end to start
[platform/upstream/coreutils.git] / tests / cp /
2008-11-20 Jim Meyeringcp: use far less memory in some cases
2008-11-20 Jim Meyeringtests: add a test of cp --preserve=links
2008-09-10 Ralf Wildenhuesfix minor shell issues in test suite
2008-09-10 Jim Meyeringtests: use "Exit $fail", not (exit $fail); exit $fail
2008-08-14 Jim Meyeringset envvars via "env" to avoid spurious set -x output...
2008-06-19 Jim Meyeringtests: avoid test failure when root's primary group...
2008-06-13 Jim Meyeringskip (don't fail) root-only tests for common set-up...
2008-05-27 Jim Meyeringin 280+ tests/* files, use $srcdir, not $top_srcdir...
2008-05-27 Jim Meyeringprefer abs_srcdir over abs_top_srcdir, ...
2008-05-06 Jim Meyeringtests: move "sparse-file" into test-lib.sh
2008-05-06 Jim Meyeringtests: move "group-names" into test-lib.sh
2008-05-06 Jim Meyeringtests: hoist the sourcing of "lang-default"
2008-04-30 Jim Meyeringtests: avoid spurious "make check-root" failure
2008-04-27 Jim Meyeringtests: don't source envvar-check manually, test-lib...
2008-04-27 Jim Meyeringtests: cp/perm (usually not run) was failing on systems...
2008-04-23 Ondřej Vašíktests: don't fail in a non-English locale
2008-04-20 Jim Meyeringtests: convert umask-check to a function
2008-04-20 Jim MeyeringRevamp test-related Makefiles.
2008-04-02 Jim Meyering"touch E; mkfifo F; cp -fR F E" no longer fails due...
2008-04-01 Jim MeyeringAvoid root-only SELinux-related test failures w/o mcstr...
2008-03-28 Jim MeyeringRequire that "(exit $fail); exit $fail" be last line...
2008-02-12 Jim MeyeringMove more test_skip_-using code to follow ". test-lib...
2008-02-09 Jim Meyeringtests: Remove priv-check. Use new require_root_ functi...
2008-02-09 Jim Meyeringtests: call skip_test_ in place of echo+exit 77
2008-02-09 Jim Meyeringtests: move the very-expensive file into test-lib.sh
2008-02-09 Jim Meyeringtests: start migrating sourced-file function-like tests...
2008-01-31 Jim MeyeringImprove the cp/parent-perm test.
2008-01-26 Jim MeyeringWork around Darwin9's set-GID-like group ownership...
2008-01-26 Jim MeyeringAvoid cp/preserve-gid test failure on Mac OS 10.5.1...
2008-01-08 Jim Meyeringparent-perm: avoid a bizarre test failure.
2008-01-07 Jim Meyeringcp: add a test for today's bug fix.
2007-12-02 Bob ProulxMake test script, existing-perm-race, executable.
2007-12-01 Paul EggertAdd a test for cp -p and existing file permissions.
2007-11-30 Jim MeyeringAvoid a spurious test failure when build directory...
2007-11-24 Jim MeyeringTweak new test.
2007-11-24 Lasse CollinTest the new feature: cp -p preserves the GID whenever...
2007-11-21 Jim Meyeringcp: by default, refuse to copy through a dangling desti...
2007-11-01 Jim MeyeringAccommodate FreeBSD 6.1 hard-link-to-symlink differences.
2007-10-14 Jim MeyeringPull all TESTS_ENVIRONMENT settings "up" into tests...
2007-10-09 Jim MeyeringSkip the chcon test on a system with no SELinux support.
2007-10-02 Jim MeyeringNever copy through a symlink that cp has just created.
2007-09-15 Jim MeyeringMore misc, test-related changes. (some to allow running...
2007-09-15 Jim MeyeringAdjust chgrp, chmod, chown, cp tests to use test-lib.sh.
2007-08-24 Jim MeyeringRemove all .cvsignore files from version control.
2007-07-29 Jim MeyeringAttempt to copy a regular file, even if stat says it...
2007-07-23 Jim MeyeringUpdate all copyright notices to use the newer form.
2007-07-10 Jim MeyeringChange "version 2" to "version 3" in all copyright...
2007-06-18 Paul EggertA few more symlink-related fixes. Fix a bug triggered...
2007-06-15 Paul EggertCorrect cp's handling of destination symlinks in some...
2007-06-10 Jim Meyeringbug-fix: cp would fail to write through a dangling...
2007-03-29 Jim MeyeringArrange for "make check-root" to run the new root-only...
2007-03-29 Jim Meyering* tests/cp/cp-a-selinux: New file. Test for the bug...
2007-03-29 Jim Meyeringls: Add support for SELinux and a slightly modified...
2007-03-18 Jim MeyeringMerge branch 'master' of /cu
2007-03-13 Jim MeyeringWork around a failing test due to an NFS-based race...
2007-03-12 Jim MeyeringMerge branch 'master' of /cu
2007-02-24 Jim MeyeringRemove the "gnits" option; it prohibits my using "...
2007-02-03 Paul Eggert* NEWS: Document fix for cp --preserve=mode.
2007-02-03 Paul Eggert* NEWS: Document fix for cp --parents.
2007-01-26 Jim Meyeringmerge copyright line conflict
2007-01-24 Jim MeyeringRemove usually-skipped test.
2007-01-20 Jim MeyeringMerge branch 'master' of /cu
2007-01-13 Jim Meyering* tests/cp/open-perm-race: Remove gdb-based test.
2007-01-13 Jim MeyeringPut CU_TEST_NAME in the environment for each test run...
2006-12-15 Jim Meyering* tests/cp/open-perm-race: Correct the gdb-existence...
2006-12-15 Paul EggertMake sure cp -p isn't too generous with file permissions.
2006-12-15 Paul EggertEnsure cp -pR --parents isn't too generous with parent...
2006-12-14 Jim MeyeringDon't hang when there's no input tty.
2006-12-14 Jim MeyeringTest for a hard-to-detect race fix, using gdb.
2006-12-07 Paul Eggertcp -p now clears special bits if it fails to preserve...
2006-10-26 Jim MeyeringAvoid a shell bug in Tru64 4.0 sh's handling of double...
2006-10-22 Jim Meyering* tests/chmod/c-option: Double-quote instances of ...
2006-10-22 Jim Meyering* tests/sample-test: Quote variables containing absolut...
2006-10-14 Jim Meyering* tests/cp/Makefile.am (TESTS): Add backup-dir.
2006-10-14 Jim Meyering* NEWS: cp -r --backup dir1 dir2, would rename an exist...
2006-09-20 Paul Eggert* NEWS: Document fix for cp -i and mv -i.
2006-09-08 Jim Meyeringmv and "cp -r" no longer fail when invoked with two...
2006-09-05 Jim Meyering* tests/cp/acl: Skip this test when cp lacks ACL support.
2006-08-27 Jim Meyering* src/copy.c (copy_internal): Don't make a backup if...
2006-08-22 Paul Eggert* aclocal.m4, config.hin, configure:
2006-08-21 Paul EggertRemove from CVS, since the bootstrap script generates...
2006-08-19 Jim Meyering.
2006-08-19 Jim Meyering* NEWS: Fix cp --sparse so that it preserves tail-end...
2006-08-17 Paul EggertAdd/fix copyright notices and adjust to latest GNU...
2006-08-16 Jim Meyering* tests/cp/Makefile.am: Don't mark "acl" as XFAIL.
2006-08-16 Jim Meyering2006-08-16 Andreas Schwab <schwab@suse.de>
2006-08-15 Jim Meyering.
2006-08-09 Paul EggertRegenerate.
2006-08-09 Paul EggertRegenerate.
2006-07-28 Paul EggertUse symbolic mode so that we clear
2006-07-25 Paul EggertUse "chmod 0500" rather than "chmod 500".
2006-07-17 Paul EggertRegenerate.
2006-07-09 Paul EggertRegenerate.
2006-07-03 Jim Meyering* tests/Makefile.am, tests/*/Makefile.am: (TESTS_ENVIRO...
2006-06-11 Jim MeyeringSetting TIME_STYLE=long-iso in the environment would...
2006-06-11 Paul Eggert* tests/cp/same-file: Execute 'ls' in the C locale...
2006-06-03 Jim MeyeringTest for this:
2006-06-03 Jim Meyering(TESTS): Add link-no-deref.
2006-05-28 Jim MeyeringSource lang-default. From Ralf Wildenhues.
2006-05-06 Jim Meyering.
next