summaryrefslogtreecommitdiff
path: root/tests/cp/preserve-gid
AgeCommit message (Expand)Author
2012-08-30tests: add .sh and .pl suffixes to shell and perl tests, respectivelyStefano Lattarini
2012-04-04tests: remove nearly all remaining backticksJim Meyering
2012-04-04tests: convert nearly all `...` expressions to $(...)Jim Meyering
2012-01-01maint: update all copyright year number rangesJim Meyering
2011-06-17tests: remove skip_test_ function; use new skip_ insteadJim Meyering
2011-04-04tests: preserve-gid: don't chown temporary PATH dir to a nameless UIDJim Meyering
2011-04-04tests: preserve-gid: remove useless use of "env"Jim Meyering
2011-03-21tests: fix a bug in the cp/preserve-gid testJim Meyering
2011-01-01maint: update all copyright year number rangesJim Meyering
2010-12-28coreutils: keep lines within 80-column limitsPaul Eggert
2010-11-17tests: substitute the single-program $VERBOSE/--version usesJim Meyering
2010-11-17tests: convert remaining uses of test-lib.sh to init.shJim Meyering
2010-11-17tests: convert 'if test "$VERBOSE" = yes; then' to test ... &&Jim Meyering
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering
2009-12-09tests: don't let "umask 077" cause root-only cp/preserve-gid failureJim Meyering
2009-10-30tests: factor 350 fail=0 initializations into test-lib.shJim Meyering
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering
2008-09-10tests: use "Exit $fail", not (exit $fail); exit $failJim Meyering
2008-06-19tests: avoid test failure when root's primary group-ID is not 0Jim Meyering
2008-05-27in 280+ tests/* files, use $srcdir, not $top_srcdir/testsJim Meyering
2008-05-06tests: hoist the sourcing of "lang-default"Jim Meyering
2008-04-21Revamp test-related Makefiles.Jim Meyering
2008-03-28Require that "(exit $fail); exit $fail" be last line of each test.Jim Meyering
2008-02-09tests: Remove priv-check. Use new require_root_ function instead.Jim Meyering
2008-01-26Work around Darwin9's set-GID-like group ownership inheritance.Jim Meyering
2008-01-26Avoid cp/preserve-gid test failure on Mac OS 10.5.1 (Darwin 9.1)Jim Meyering
2007-11-24Tweak new test.Jim Meyering
2007-11-24Test the new feature: cp -p preserves the GID whenever possible.Lasse Collin