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