summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2008-05-06tests: hoist envvar-check so it is run for every testJim Meyering
2008-05-06fix typo in comments: s/ouput/output/Jim Meyering
2008-05-06* tests/touch/Makefile.am: Remove now-unused file.Jim Meyering
2008-05-06tests: test split more thoroughlyJim Meyering
2008-05-06* tests/misc/wc: Remove an unused variable.Jim Meyering
2008-05-06avoid problems with sign-extended "char" operand to is* functionsJim Meyering
2008-05-05* tests/misc/tac: Set execute bit.Jim Meyering
2008-05-05tac: avoid segfault for e.g., "echo > x; tac -r x x"Jim Meyering
2008-04-30tests: avoid a "make check-root" failure when mcstransd is runningJim Meyering
2008-04-30tests: avoid spurious "make check-root" failureJim Meyering
2008-04-29chcon, runcon: make --help print the bug-reporting addressJim Meyering
2008-04-28tests: don't chmod after a failed chdir in cleanupBo Borgerson
2008-04-28Only cleanup test dirs from the process that created them.Bo Borgerson
2008-04-27move wc tests from own subdir into a single scriptJim Meyering
2008-04-27tests: don't source envvar-check manually, test-lib.sh does itJim Meyering
2008-04-27tests: ensure at least one failure when $built_programs is emptyJim Meyering
2008-04-27tests: improve perl-based tempdir handlingJim Meyering
2008-04-27tests: reorder some tests in the long listJim Meyering
2008-04-27tests: put root-only (usually skipped) tests at the endJim Meyering
2008-04-27tests: move another file (expensive) into test-lib.shJim Meyering
2008-04-27tests: cp/perm (usually not run) was failing on systems with SELinuxJim Meyering
2008-04-24tests: do define built_programsJim Meyering
2008-04-23tests: update commented-out examples in sample-test, tooJim Meyering
2008-04-23tests: don't fail in a non-English localeOndřej Vašík
2008-04-23tests: remove now-unused Makefile.amJim Meyering
2008-04-23id: do not print SELinux context when invoked with a USERNAME argumentOndřej Vašík
2008-04-21tests: skip (don't fail) rm/one-file-system when mount --bind failsJim Meyering
2008-04-21tests: convert umask-check to a functionJim Meyering
2008-04-21tests: adjust perl -I to use $top_srcdir/tests, not $srcdir/..Jim Meyering
2008-04-21tests: clean up root tests; adapt to new layoutJim Meyering
2008-04-21Revamp test-related Makefiles.Jim Meyering
2008-04-20* tests/misc/Makefile.am (built_programs): Remove. Unused.Jim Meyering
2008-04-20Use "env" to invoke potential built-ins.Jim Meyering
2008-04-19pr -e, with a mix of backspaces and TABs, could corrupt the heapJim Meyering
2008-04-19md5sum -c: ignore a line with a NUL byte among checksum hex digitsJim Meyering
2008-04-16tests: accommodate built-in mknod more cleanly stillMatthew Woehlke
2008-04-16tests: accommodate built-in mknod more cleanlyJim Meyering
2008-04-16tests: add a comment explaining the potential failureJim Meyering
2008-04-16tests: avoid mkdir/selinux failure when mknod is a shell built-inJim Meyering
2008-04-15md5sum, sha1sum, etc: handle invalid input (i.e., don't segfault)Jim Meyering
2008-04-14tests: don't fail on systems without a "stat" syscallJim Meyering
2008-04-14tests: accommodate a different errno string on Irix 6.5Jim Meyering
2008-04-12tests: Accommodate a different errno value on OSF/1 4.0F.Jim Meyering
2008-04-12tests: always enable VERBOSE output, now that test framework works betterJim Meyering
2008-04-08tests: accommodate a different errno value on HPUX-10.20Jim Meyering
2008-04-02"touch E; mkfifo F; cp -fR F E" no longer fails due to existing EJim Meyering
2008-04-01Avoid root-only SELinux-related test failures w/o mcstransd.Jim Meyering
2008-04-01root tests: Set NON_ROOT_USERNAME if not set already.Jim Meyering
2008-03-31"rm -r DIR" would mistakenly prompt about very long namesJim Meyering
2008-03-31dd bug fix: accept e.g., if=/dev/stdin and of=/dev/stdoutPaul Eggert