Age | Commit message (Expand) | Author |
2008-05-16 | tests: env-related clean up | Jim Meyering |
2008-05-16 | tests: improve coverage of printf.c | Jim Meyering |
2008-05-10 | tests: remove directory, tests/join/ | Jim Meyering |
2008-05-10 | * tests/misc/tac: Also perform stdin and piped tests. | Jim Meyering |
2008-05-10 | tests: remove directory, tests/tail/ | Jim Meyering |
2008-05-09 | tests: remove directory, tests/sort/ | Jim Meyering |
2008-05-08 | tests: remove directory, tests/tac/ | Jim Meyering |
2008-05-08 | tests: remove directory, tests/test/ | Jim Meyering |
2008-05-06 | tests: remove directory, tests/tr/ | Jim Meyering |
2008-05-06 | tests: skip another test if mcstransd is running | Jim Meyering |
2008-05-06 | tests: translate uniq-z-test-adding code to new framework | Jim Meyering |
2008-05-06 | tests: remove directory, tests/uniq/ | Jim Meyering |
2008-05-06 | tests: remove directory, tests/cut/ | Jim Meyering |
2008-05-06 | tests: remove directory, tests/head/ | Jim Meyering |
2008-05-06 | tests: use printf+sed rather than yes+head+tr | Jim Meyering |
2008-05-06 | tests: hoist the sourcing of "lang-default" | Jim Meyering |
2008-05-06 | fix typo in comments: s/ouput/output/ | Jim Meyering |
2008-05-06 | tests: test split more thoroughly | Jim Meyering |
2008-05-06 | * tests/misc/wc: Remove an unused variable. | Jim Meyering |
2008-05-06 | avoid problems with sign-extended "char" operand to is* functions | Jim Meyering |
2008-05-05 | * tests/misc/tac: Set execute bit. | Jim Meyering |
2008-05-05 | tac: avoid segfault for e.g., "echo > x; tac -r x x" | Jim Meyering |
2008-04-30 | tests: avoid a "make check-root" failure when mcstransd is running | Jim Meyering |
2008-04-29 | chcon, runcon: make --help print the bug-reporting address | Jim Meyering |
2008-04-27 | move wc tests from own subdir into a single script | Jim Meyering |
2008-04-27 | tests: don't source envvar-check manually, test-lib.sh does it | Jim Meyering |
2008-04-27 | tests: ensure at least one failure when $built_programs is empty | Jim Meyering |
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 |