aboutsummaryrefslogtreecommitdiffstats
path: root/tests/test-lib.sh (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-08-26tests: mkdir/selinux: avoid spurious failure on some SELinux systemsJim Meyering1-0/+8
2009-08-25maint: remove Local Variables: indent-tabs-mode: nil from all sourcesJim Meyering1-4/+0
2009-07-30tests: new function: require_openat_support_Jim Meyering1-0/+15
2009-07-04tests: use the "nobody" user's group as the default group idGiuseppe Scrivano1-1/+1
2009-06-15maint: revert last change: we're not ready for "local" in scripts, yetJim Meyering1-2/+1
2009-06-15use a local var: more readableJim Meyering1-1/+2
2009-06-15tail: use inotify if it is availableGiuseppe Scrivano1-0/+16
2009-06-02tests: use "nobody" as the default group name in chroot testJim Meyering1-1/+1
2009-05-26chroot: accept new options --userspec=U:G and --groups=G1,G2,G3Giuseppe Scrivano1-0/+1
2009-03-27tests: migrate setgid-check into test-lib.shJim Meyering1-0/+15
2009-03-02tests: reflect the s/+/./ SELinux indicator changeJim Meyering1-1/+1
2009-03-02tests: when skipping a test, say why on screen, not just in the logJim Meyering1-7/+9
2009-02-18maint: add copyright noticesJim Meyering1-0/+15
2009-02-10* tests/test-lib.sh: Use skip_test_... in place of echo...;exit 77.Jim Meyering1-4/+3
2009-02-10tests: avoid skipping stty-* testsNix1-1/+1
2009-01-03tests: refactor to use the new getlimits utilityPádraig Brady1-0/+7
2008-09-10tests: don't use "local" in bourne shell scriptsJim Meyering1-5/+5
2008-09-10tests: use "Exit $fail", not (exit $fail); exit $failJim Meyering1-4/+16
2008-09-08tests: move input-tty into a test-lib.sh functionJim Meyering1-0/+13
2008-07-22tests: do not run chmod on a prefix of space-embedded tmpdirJim Meyering1-2/+8
2008-05-06tests: skip another test if mcstransd is runningJim Meyering1-0/+15
2008-05-06tests: move "sparse-file" into test-lib.shJim Meyering1-0/+17
2008-05-06tests: move "group-names" into test-lib.shJim Meyering1-0/+23
2008-05-06tests: hoist envvar-check so it is run for every testJim Meyering1-2/+0
2008-04-27tests: move another file (expensive) into test-lib.shJim Meyering1-0/+13
2008-04-21tests: convert umask-check to a functionJim Meyering1-0/+17
2008-04-21Revamp test-related Makefiles.Jim Meyering1-1/+34
2008-04-14tests: don't fail on systems without a "stat" syscallJim Meyering1-3/+6
2008-04-01root tests: Set NON_ROOT_USERNAME if not set already.Jim Meyering1-1/+6
2008-03-28tests: Factor out code that's going to be reused.Pádraig Brady1-0/+12
2008-02-23Avoid test failures when root (/) is not readable.Jim Meyering1-0/+5
2008-02-11tests: Migrate sourced strace file into a function, require_strace_.Jim Meyering1-0/+10
2008-02-09tests: Remove priv-check. Use new require_root_ function instead.Jim Meyering1-0/+1
2008-02-09tests: move the very-expensive file into test-lib.shJim Meyering1-0/+13
2008-02-09tests: start migrating sourced-file function-like tests into test-lib.sh.Jim Meyering1-0/+10
2007-12-20Avoid another "make check" failure due to omitted programs.Jim Meyering1-0/+13
2007-11-30Add quotes to protect against white space in build dir name.Ralf Wildenhues1-2/+2
2007-11-01Use mktemp, not mkdtemp, to create test directories.Jim Meyering1-1/+1
2007-11-01Make the new printf-surprise test more precise.Jim Meyering1-0/+15
2007-10-09Skip the chcon test on a system with no SELinux support.Jim Meyering1-0/+14
2007-09-15More misc, test-related changes. (some to allow running tests as root)Jim Meyering1-5/+34
2007-09-15Adjust chgrp, chmod, chown, cp tests to use test-lib.sh.Jim Meyering1-0/+6
2007-09-15Parallel "make check" support.Jim Meyering1-0/+40