Age | Commit message (Expand) | Author |
2012-09-05 | build: don't use recursive make for tests/ subdirectory | Stefano Lattarini |
2012-08-30 | tests: add .sh and .pl suffixes to shell and perl tests, respectively | Stefano Lattarini |
2012-05-08 | maint: fix common spelling errors | Kevin Lyda |
2012-04-04 | tests: remove nearly all remaining backticks | Jim Meyering |
2012-04-04 | tests: convert nearly all `...` expressions to $(...) | Jim Meyering |
2012-02-12 | mv: "mv A B" would sometimes succeed, yet A would remain, ... | Jim Meyering |
2012-01-30 | mv: allow moving symlink onto same-inode dest with >= 2 hard links | Jim Meyering |
2012-01-27 | maint: use single copyright year range | Jim Meyering |
2012-01-09 | maint: adjust quoting: emit '...', not `...' in diagnostics | Jim Meyering |
2012-01-09 | tests: more automated quote adjustment | Jim Meyering |
2012-01-09 | tests: change `...' to '...' on lines not matching /[=\$]/ | Jim Meyering |
2012-01-09 | tests: adjust \`...' quoting to '...' to adapt to latest gnulib | Jim Meyering |
2012-01-07 | maint: update quoting of "Try `prog --help'" to "Try 'prog --help'" | Jim Meyering |
2012-01-05 | tests: adjust setfacl usage to accommodate Solaris 10 | Jim Meyering |
2012-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2011-11-22 | tests: use "compare exp out", not "compare out exp" | Jim Meyering |
2011-11-22 | tests: use compare, not "diff", in a few stray tests | Jim Meyering |
2011-08-08 | tests: complete the renaming framework_failure -> framework_failure_ | Stefano Lattarini |
2011-06-17 | tests: remove skip_test_ function; use new skip_ instead | Jim Meyering |
2011-05-13 | tests: use skip_test_, not skip_ | Jim Meyering |
2011-04-04 | tests: convert common root-build test failure to a "skip" | Jim Meyering |
2011-02-04 | tests: skip mv/i-3 on FreeBSD to avoid spurious failure | Jim Meyering |
2011-01-28 | tests: remove obsolete uses of "$$" in temporary file names | Jim Meyering |
2011-01-01 | maint: update all copyright year number ranges | Jim Meyering |
2010-12-28 | coreutils: keep lines within 80-column limits | Paul Eggert |
2010-12-22 | maint: correct test-related comments | Jim Meyering |
2010-12-22 | tests: mv/i-3: avoid false-positive failure on a slow/busy system | Jim Meyering |
2010-12-21 | tests: avoid new false-positive failure on at least FreeBSD 8.1 | Jim Meyering |
2010-11-22 | cp: give a better diagnostic for nonexistent dest/ | Paul Eggert |
2010-11-17 | tests: convert the multi-prog $VERBOSE/--version uses | Jim Meyering |
2010-11-17 | tests: substitute the single-program $VERBOSE/--version uses | Jim Meyering |
2010-11-17 | tests: convert remaining uses of test-lib.sh to init.sh | Jim Meyering |
2010-11-17 | tests: convert 'if test "$VERBOSE" = yes; then' to test ... && | Jim Meyering |
2010-11-17 | tests: convert first batch of tests from test-lib.sh to init.sh | Jim Meyering |
2010-11-09 | tests: avoid portability problem with dash vs. symlinked ttys | Pádraig Brady |
2010-09-07 | tests: make various timeouts more robust | Pádraig Brady |
2010-09-07 | tests: exclude some tests when running on NFS | Pádraig Brady |
2010-01-23 | maint: ensure test independence from config macro format | Pádraig Brady |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-10-30 | tests: factor 350 fail=0 initializations into test-lib.sh | Jim Meyering |
2009-10-29 | tests: don't let a fail=1 env. setting induce unwarranted test failure | Jim Meyering |
2009-08-30 | tests: don't misbehave if $TMPDIR contains spaces | Pádraig Brady |
2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering |
2009-06-23 | maint: update all Copyright year lists to include 2009 | Jim Meyering |
2009-04-02 | tests: skip mv/i-3 if /dev/stdin is unreadable | Jim Meyering |
2009-02-22 | tests: reenable temporarily-disabled tests using e.g., trap '' TTOU | Jim Meyering |
2009-02-21 | tests: skip newly-modified tests unconditionally, just to be safe | Jim Meyering |
2009-02-21 | tests: don't let SIGTTOU/TTIN hang a backgrounded "make check" | Jim Meyering |
2009-02-18 | add missing copyright dates | Eric Blake |
2009-01-14 | cp/mv: add --no-clobber (-n) option to not overwrite target | Kamil Dudka |