summaryrefslogtreecommitdiffstats
path: root/tests/chmod
AgeCommit message (Expand)AuthorLines
2012-04-04tests: convert nearly all `...` expressions to $(...)Jim Meyering-10/+10
2012-03-08chmod: add notations +40, 00440, etc.Paul Eggert-4/+20
2012-01-27maint: use single copyright year rangeJim Meyering-5/+5
2012-01-09tests: more automated quote adjustmentJim Meyering-1/+1
2012-01-09tests: change `...' to '...' on lines not matching /[=\$]/Jim Meyering-5/+5
2012-01-09tests: adjust \`...' quoting to '...' to adapt to latest gnulibJim Meyering-4/+4
2012-01-01maint: update all copyright year number rangesJim Meyering-11/+11
2011-11-22tests: use "compare exp out", not "compare out exp"Jim Meyering-3/+3
2011-08-08tests: complete the renaming framework_failure -> framework_failure_Stefano Lattarini-14/+14
2011-06-17tests: remove skip_test_ function; use new skip_ insteadJim Meyering-1/+1
2011-05-25chmod: output the original mode in verbose modeBernhard Voelker-2/+2
2011-01-01maint: update all copyright year number rangesJim Meyering-11/+11
2010-11-17tests: convert the multi-prog $VERBOSE/--version usesJim Meyering-1/+1
2010-11-17tests: substitute the single-program $VERBOSE/--version usesJim Meyering-10/+10
2010-11-17tests: convert remaining uses of test-lib.sh to init.shJim Meyering-1/+1
2010-11-17tests: convert 'if test "$VERBOSE" = yes; then' to test ... &&Jim Meyering-7/+1
2010-11-17tests: convert first batch of tests from test-lib.sh to init.shJim Meyering-60/+20
2010-01-01maint: update all FSF copyright year lists to include 2010Jim Meyering-11/+11
2009-10-30tests: factor 350 fail=0 initializations into test-lib.shJim Meyering-11/+0
2009-08-25global: convert indentation-TABs to spacesJim Meyering-1/+1
2009-06-23maint: update all Copyright year lists to include 2009Jim Meyering-11/+11
2009-03-27tests: migrate setgid-check into test-lib.shJim Meyering-1/+1
2008-12-03tests: ensure that chmod, chgrp and chown honor --silentJim Meyering-0/+36
2008-09-10tests: use "Exit $fail", not (exit $fail); exit $failJim Meyering-10/+10
2008-05-27in 280+ tests/* files, use $srcdir, not $top_srcdir/testsJim Meyering-10/+10
2008-05-27prefer abs_srcdir over abs_top_srcdir, ...Jim Meyering-1/+1
2008-05-06tests: hoist the sourcing of "lang-default"Jim Meyering-6/+0
2008-04-23tests: don't fail in a non-English localeOndřej Vašík-0/+1
2008-04-21Revamp test-related Makefiles.Jim Meyering-40/+24
2008-04-20Use "env" to invoke potential built-ins.Jim Meyering-5/+3
2008-02-28Make copyright comments consistent.Jim Meyering-2/+1
2008-02-09tests: call skip_test_ in place of echo+exit 77Jim Meyering-5/+2
2007-11-30Add quotes to protect against white space in build dir name.Ralf Wildenhues-2/+2
2007-10-14Pull all TESTS_ENVIRONMENT settings "up" into tests/check.mk.Jim Meyering-3/+0
2007-09-15More misc, test-related changes. (some to allow running tests as root)Jim Meyering-3/+2
2007-09-15Adjust chgrp, chmod, chown, cp tests to use test-lib.sh.Jim Meyering-181/+38
2007-09-07chmod: don't ignore a dangling symlinkJim Meyering-1/+5
2007-09-07Add a test: demonstrate that chmod ignores a dangling symlinkBob Proulx-0/+46
2007-08-25Remove all .cvsignore files from version control.Jim Meyering-2/+0
2007-08-02Adjust the other two "no-x" tests and unify all three.Jim Meyering-18/+16
2007-07-23Update all copyright notices to use the newer form.Jim Meyering-45/+27
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering-9/+9
2007-03-29ls: Add support for SELinux and a slightly modified -Z option.Jim Meyering-2/+2
2007-02-24Remove the "gnits" option; it prohibits my using "+" as a versionJim Meyering-2/+0
2007-01-13Put CU_TEST_NAME in the environment for each test run by "make check".Jim Meyering-0/+1
2006-11-12du would exit early, when encountering an inaccessible directoryJim Meyering-1/+0
2006-10-26Avoid a shell bug in Tru64 4.0 sh's handling of double-quoted strings.Jim Meyering-1/+1
2006-10-22* tests/chmod/c-option: Double-quote instances of `$abs_srcdir'.Jim Meyering-1/+1
2006-10-22* tests/sample-test: Quote variables containing absolute buildJim Meyering-16/+16
2006-09-20* tests/chmod/inaccessible: New test.Jim Meyering-1/+58