Age | Commit message (Expand) | Author |
2008-04-23 | tests: don't fail in a non-English locale | Ondřej Vašík |
2008-04-23 | tests: remove now-unused Makefile.am | Jim Meyering |
2008-04-23 | id: do not print SELinux context when invoked with a USERNAME argument | Ondřej Vašík |
2008-04-21 | tests: adjust perl -I to use $top_srcdir/tests, not $srcdir/.. | Jim Meyering |
2008-04-21 | Revamp test-related Makefiles. | Jim Meyering |
2008-04-20 | * tests/misc/Makefile.am (built_programs): Remove. Unused. | Jim Meyering |
2008-04-20 | Use "env" to invoke potential built-ins. | Jim Meyering |
2008-04-19 | md5sum -c: ignore a line with a NUL byte among checksum hex digits | Jim Meyering |
2008-04-15 | md5sum, sha1sum, etc: handle invalid input (i.e., don't segfault) | Jim Meyering |
2008-04-01 | Avoid root-only SELinux-related test failures w/o mcstransd. | Jim Meyering |
2008-03-29 | Work around a recent glibc/getopt.c diagnostic change. | Jim Meyering |
2008-03-28 | Require that "(exit $fail); exit $fail" be last line of each test. | Jim Meyering |
2008-03-28 | Perform explicit exit-nonzero if the embedded Perl script fails. | Jim Meyering |
2008-03-27 | paste -d\\: avoid heap overrun for backslash at end of delim list | Jim Meyering |
2008-03-21 | ptx: avoid heap overrun for backslash at end of optarg string | Jim Meyering |
2008-03-19 | make check: Remove /tmp/ls-creating debug code. | Bob Proulx |
2008-03-01 | Don't exempt "groups" from write-failure test, now that it's a C program. | Jim Meyering |
2008-02-23 | Avoid test failures when root (/) is not readable. | Jim Meyering |
2008-02-19 | seq: give better diagnostics for invalid formats. | Steven Schubiger |
2008-02-18 | seq: give a proper diagnostic for an invalid --format=% option | Jim Meyering |
2008-02-17 | Expand "ls --color" tests to also use the dircolors defaults. | Jim Meyering |
2008-02-17 | ls --color no longer outputs unnecessary escape sequences | Ed Avis |
2008-02-09 | tests: Remove priv-check. Use new require_root_ function instead. | Jim Meyering |
2008-02-09 | tests: factor out the perl-requiring code in many test scripts | Jim Meyering |
2008-02-09 | tests: call skip_test_ in place of echo+exit 77 | Jim Meyering |
2008-02-07 | mkdir, split: write --verbose output to stdout, not stderr. | Steven Schubiger |
2008-01-07 | Make a racy test failure less likely to happen. | Jim Meyering |
2007-12-20 | Avoid another "make check" failure due to omitted programs. | Jim Meyering |
2007-12-11 | Add a test to exercise today's bug fix. | Jim Meyering |
2007-12-01 | Change comments: say bug present up to coreutils-6.9, not fixed in 6.10. | Jim Meyering |
2007-11-30 | Be extra careful to quote $abs_top_builddir-derived names. | Jim Meyering |
2007-11-30 | Add quotes to protect against white space in build dir name. | Ralf Wildenhues |
2007-11-23 | Add tests to show new class of strings accepted by date -d. | Jim Meyering |
2007-11-17 | Correct preceding patch. | Jim Meyering |
2007-11-16 | Port readlink-fp-loop to Solaris. | Paul Eggert |
2007-11-16 | Port to Solaris 8 perl, which does not support "use warnings;". | Paul Eggert |
2007-11-03 | seq: add another test for the %% bug | Jim Meyering |
2007-11-03 | Fix bug with "seq 10.8 0.1 10.95", plus another bug with %% in format. | Paul Eggert |
2007-11-01 | tests/misc/printf-surprise: Correct sed transform. | Jim Meyering |
2007-11-01 | Adjust a seq subtest not to depend on the vagaries of floating point. | Jim Meyering |
2007-11-01 | Make the new printf-surprise test more precise. | Jim Meyering |
2007-10-30 | Avoid seq floating-point test failure on FreeBSD 6.1. | Jim Meyering |
2007-10-27 | Add a test for the printf fix of 2007-10-21. | Jim Meyering |
2007-10-21 | Reorder tests to run more basic ones earlier. | Jim Meyering |
2007-10-21 | * tests/misc/help-version: Add a comment. | Jim Meyering |
2007-10-20 | Prevent "make check" from leaving mktemp /tmp/tmp.* files behind. | Bob Proulx |
2007-10-14 | Pull all TESTS_ENVIRONMENT settings "up" into tests/check.mk. | Jim Meyering |
2007-10-09 | Move the help-version test into misc/. | Jim Meyering |
2007-10-09 | Make the runcon-no-reorder test slightly more general. | Jim Meyering |
2007-10-09 | Skip the chcon test on a system with no SELinux support. | Jim Meyering |