summaryrefslogtreecommitdiffstats
path: root/tests/test-lib.sh
AgeCommit message (Expand)AuthorLines
2009-03-27tests: migrate setgid-check into test-lib.shJim Meyering-0/+15
2009-03-02tests: reflect the s/+/./ SELinux indicator changeJim Meyering-1/+1
2009-03-02tests: when skipping a test, say why on screen, not just in the logJim Meyering-7/+9
2009-02-18maint: add copyright noticesJim Meyering-0/+15
2009-02-10* tests/test-lib.sh: Use skip_test_... in place of echo...;exit 77.Jim Meyering-4/+3
2009-02-10tests: avoid skipping stty-* testsNix-1/+1
2009-01-03tests: refactor to use the new getlimits utilityPádraig Brady-0/+7
2008-09-10tests: don't use "local" in bourne shell scriptsJim Meyering-5/+5
2008-09-10tests: use "Exit $fail", not (exit $fail); exit $failJim Meyering-4/+16
2008-09-08tests: move input-tty into a test-lib.sh functionJim Meyering-0/+13
2008-07-22tests: do not run chmod on a prefix of space-embedded tmpdirJim Meyering-2/+8
2008-05-06tests: skip another test if mcstransd is runningJim Meyering-0/+15
2008-05-06tests: move "sparse-file" into test-lib.shJim Meyering-0/+17
2008-05-06tests: move "group-names" into test-lib.shJim Meyering-0/+23
2008-05-06tests: hoist envvar-check so it is run for every testJim Meyering-2/+0
2008-04-27tests: move another file (expensive) into test-lib.shJim Meyering-0/+13
2008-04-21tests: convert umask-check to a functionJim Meyering-0/+17
2008-04-21Revamp test-related Makefiles.Jim Meyering-1/+34
2008-04-14tests: don't fail on systems without a "stat" syscallJim Meyering-3/+6
2008-04-01root tests: Set NON_ROOT_USERNAME if not set already.Jim Meyering-1/+6
2008-03-28tests: Factor out code that's going to be reused.Pádraig Brady-0/+12
2008-02-23Avoid test failures when root (/) is not readable.Jim Meyering-0/+5
2008-02-11tests: Migrate sourced strace file into a function, require_strace_.Jim Meyering-0/+10
2008-02-09tests: Remove priv-check. Use new require_root_ function instead.Jim Meyering-0/+1
2008-02-09tests: move the very-expensive file into test-lib.shJim Meyering-0/+13
2008-02-09tests: start migrating sourced-file function-like tests into test-lib.sh.Jim Meyering-0/+10
2007-12-20Avoid another "make check" failure due to omitted programs.Jim Meyering-0/+13
2007-11-30Add quotes to protect against white space in build dir name.Ralf Wildenhues-2/+2
2007-11-01Use mktemp, not mkdtemp, to create test directories.Jim Meyering-1/+1
2007-11-01Make the new printf-surprise test more precise.Jim Meyering-0/+15
2007-10-09Skip the chcon test on a system with no SELinux support.Jim Meyering-0/+14
2007-09-15More misc, test-related changes. (some to allow running tests as root)Jim Meyering-5/+34
2007-09-15Adjust chgrp, chmod, chown, cp tests to use test-lib.sh.Jim Meyering-0/+6
2007-09-15Parallel "make check" support.Jim Meyering-0/+40