summaryrefslogtreecommitdiff
path: root/tests/misc
AgeCommit message (Expand)Author
2008-05-17tests: skip when a debian libc6-2.7-11 bug makes printf segfaultJim Meyering
2008-05-17tests: sync and update wc and du --files0-from testsJim Meyering
2008-05-17test invalid-option handling in all programsJim Meyering
2008-05-17tests: remove ugly /bin/sh wrapper around each perl-based test scriptJim Meyering
2008-05-16tests: env-related clean upJim Meyering
2008-05-16tests: improve coverage of printf.cJim Meyering
2008-05-10tests: remove directory, tests/join/Jim Meyering
2008-05-10* tests/misc/tac: Also perform stdin and piped tests.Jim Meyering
2008-05-10tests: remove directory, tests/tail/Jim Meyering
2008-05-09tests: remove directory, tests/sort/Jim Meyering
2008-05-08tests: remove directory, tests/tac/Jim Meyering
2008-05-08tests: remove directory, tests/test/Jim Meyering
2008-05-06tests: remove directory, tests/tr/Jim Meyering
2008-05-06tests: skip another test if mcstransd is runningJim Meyering
2008-05-06tests: translate uniq-z-test-adding code to new frameworkJim Meyering
2008-05-06tests: remove directory, tests/uniq/Jim Meyering
2008-05-06tests: remove directory, tests/cut/Jim Meyering
2008-05-06tests: remove directory, tests/head/Jim Meyering
2008-05-06tests: use printf+sed rather than yes+head+trJim Meyering
2008-05-06tests: hoist the sourcing of "lang-default"Jim Meyering
2008-05-06fix typo in comments: s/ouput/output/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-29chcon, runcon: make --help print the bug-reporting addressJim Meyering
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-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: adjust perl -I to use $top_srcdir/tests, not $srcdir/..Jim 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-19md5sum -c: ignore a line with a NUL byte among checksum hex digitsJim Meyering
2008-04-15md5sum, sha1sum, etc: handle invalid input (i.e., don't segfault)Jim Meyering
2008-04-01Avoid root-only SELinux-related test failures w/o mcstransd.Jim Meyering
2008-03-29Work around a recent glibc/getopt.c diagnostic change.Jim Meyering
2008-03-28Require that "(exit $fail); exit $fail" be last line of each test.Jim Meyering
2008-03-28Perform explicit exit-nonzero if the embedded Perl script fails.Jim Meyering
2008-03-27paste -d\\: avoid heap overrun for backslash at end of delim listJim Meyering
2008-03-21ptx: avoid heap overrun for backslash at end of optarg stringJim Meyering
2008-03-19make check: Remove /tmp/ls-creating debug code.Bob Proulx
2008-03-01Don't exempt "groups" from write-failure test, now that it's a C program.Jim Meyering
2008-02-23Avoid test failures when root (/) is not readable.Jim Meyering
2008-02-19seq: give better diagnostics for invalid formats.Steven Schubiger