summaryrefslogtreecommitdiff
path: root/tests/misc
AgeCommit message (Expand)Author
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
2008-02-18seq: give a proper diagnostic for an invalid --format=% optionJim Meyering
2008-02-17Expand "ls --color" tests to also use the dircolors defaults.Jim Meyering
2008-02-17ls --color no longer outputs unnecessary escape sequencesEd Avis
2008-02-09tests: Remove priv-check. Use new require_root_ function instead.Jim Meyering
2008-02-09tests: factor out the perl-requiring code in many test scriptsJim Meyering
2008-02-09tests: call skip_test_ in place of echo+exit 77Jim Meyering
2008-02-07mkdir, split: write --verbose output to stdout, not stderr.Steven Schubiger
2008-01-07Make a racy test failure less likely to happen.Jim Meyering
2007-12-20Avoid another "make check" failure due to omitted programs.Jim Meyering
2007-12-11Add a test to exercise today's bug fix.Jim Meyering
2007-12-01Change comments: say bug present up to coreutils-6.9, not fixed in 6.10.Jim Meyering
2007-11-30Be extra careful to quote $abs_top_builddir-derived names.Jim Meyering
2007-11-30Add quotes to protect against white space in build dir name.Ralf Wildenhues
2007-11-23Add tests to show new class of strings accepted by date -d.Jim Meyering
2007-11-17Correct preceding patch.Jim Meyering
2007-11-16Port readlink-fp-loop to Solaris.Paul Eggert
2007-11-16Port to Solaris 8 perl, which does not support "use warnings;".Paul Eggert
2007-11-03seq: add another test for the %% bugJim Meyering
2007-11-03Fix bug with "seq 10.8 0.1 10.95", plus another bug with %% in format.Paul Eggert
2007-11-01tests/misc/printf-surprise: Correct sed transform.Jim Meyering