| Age | Commit message (Expand) | Author | Lines |
| 2016-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -14/+14 |
| 2015-11-10 | tests: ensure programs are built before testing | Pádraig Brady | -2/+2 |
| 2015-01-14 | tests: use compare-vs-/dev/null instead of 'test -s' | Bernhard Voelker | -1/+1 |
| 2015-01-14 | tests: add extra protection against unexpected exits | Pádraig Brady | -12/+12 |
| 2015-01-01 | maint: update all copyright year number ranges | Pádraig Brady | -14/+14 |
| 2014-08-01 | chroot: perform chdir("/") again unless new --skip-chdir is specified | Bernhard Voelker | -1/+1 |
| 2014-07-02 | tests: use "env builtin" in place of "$abs_top_builddir/src/builtin" | Jim Meyering | -8/+4 |
| 2014-06-26 | tests: use predetermined NON_ROOT_GID | Pádraig Brady | -3/+1 |
| 2014-05-21 | tests: use chroot --user rather than internal setuidgid tool | Pádraig Brady | -1/+2 |
| 2014-05-07 | tests: improve diagnostics when asserting empty files | Pádraig Brady | -2/+2 |
| 2014-03-05 | tests: avoid the :> construct which can hide errors | Pádraig Brady | -1/+1 |
| 2014-01-02 | maint: update all copyright year number ranges | Bernhard Voelker | -14/+14 |
| 2013-01-01 | maint: update all copyright year number ranges | Jim Meyering | -14/+14 |
| 2012-09-05 | build: don't use recursive make for tests/ subdirectory | Stefano Lattarini | -15/+15 |
| 2012-08-30 | tests: add .sh and .pl suffixes to shell and perl tests, respectively | Stefano Lattarini | -0/+0 |
| 2012-04-04 | tests: convert nearly all `...` expressions to $(...) | Jim Meyering | -11/+11 |
| 2012-01-27 | maint: use single copyright year range | Jim Meyering | -8/+8 |
| 2012-01-09 | tests: change `...' to '...' on lines not matching /[=\$]/ | Jim Meyering | -7/+7 |
| 2012-01-09 | tests: adjust \`...' quoting to '...' to adapt to latest gnulib | Jim Meyering | -2/+2 |
| 2012-01-01 | maint: update all copyright year number ranges | Jim Meyering | -14/+14 |
| 2011-11-22 | tests: use "compare exp out", not "compare out exp" | Jim Meyering | -4/+4 |
| 2011-11-22 | tests: use compare, not "diff", in a few stray tests | Jim Meyering | -1/+1 |
| 2011-08-08 | tests: complete the renaming framework_failure -> framework_failure_ | Stefano Lattarini | -24/+24 |
| 2011-06-17 | tests: remove skip_test_ function; use new skip_ instead | Jim Meyering | -5/+5 |
| 2011-01-28 | tests: remove obsolete uses of "$$" in temporary file names | Jim Meyering | -7/+3 |
| 2011-01-01 | maint: update all copyright year number ranges | Jim Meyering | -14/+14 |
| 2010-11-17 | tests: substitute the single-program $VERBOSE/--version uses | Jim Meyering | -15/+15 |
| 2010-11-17 | tests: convert first batch of tests from test-lib.sh to init.sh | Jim Meyering | -90/+30 |
| 2010-11-06 | stat: use e.g. %.3X instead of %X.%3:X for sub-second precision | Paul Eggert | -1/+1 |
| 2010-11-03 | stat: revert %X-%Y-%Z change; use e.g., %:X to print fractional seconds | Jim Meyering | -1/+1 |
| 2010-10-01 | stat: print timestamps to full resolution | Eric Blake | -1/+1 |
| 2010-01-23 | maint: ensure test independence from config macro format | Pádraig Brady | -2/+2 |
| 2010-01-12 | tests: avoid spurious failure on old kernel | Eric Blake | -2/+11 |
| 2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering | -14/+14 |
| 2009-11-22 | tests: do not fail on read-only root file system | Dmitry V. Levin | -1/+4 |
| 2009-10-30 | tests: factor 350 fail=0 initializations into test-lib.sh | Jim Meyering | -15/+0 |
| 2009-10-29 | tests: don't let a fail=1 env. setting induce unwarranted test failure | Jim Meyering | -0/+1 |
| 2009-10-21 | tests: ensure touch honors trailing slash | Eric Blake | -0/+71 |
| 2009-10-17 | touch: add -h to change symlink timestamps, where supported | Eric Blake | -0/+80 |
| 2009-09-14 | touch: don't reject "60" as number of seconds in a legacy time stamp | Jim Meyering | -0/+38 |
| 2009-08-25 | global: convert indentation-TABs to spaces | Jim Meyering | -2/+2 |
| 2009-06-23 | maint: update all Copyright year lists to include 2009 | Jim Meyering | -11/+11 |
| 2008-09-10 | tests: use "Exit $fail", not (exit $fail); exit $fail | Jim Meyering | -12/+12 |
| 2008-05-27 | in 280+ tests/* files, use $srcdir, not $top_srcdir/tests | Jim Meyering | -12/+12 |
| 2008-05-06 | tests: hoist the sourcing of "lang-default" | Jim Meyering | -2/+0 |
| 2008-05-06 | * tests/touch/Makefile.am: Remove now-unused file. | Jim Meyering | -27/+0 |
| 2008-04-27 | tests: don't source envvar-check manually, test-lib.sh does it | Jim Meyering | -1/+0 |
| 2008-04-21 | Revamp test-related Makefiles. | Jim Meyering | -20/+20 |
| 2008-04-20 | Use "env" to invoke potential built-ins. | Jim Meyering | -3/+2 |
| 2008-03-28 | tests: Factor out code that's going to be reused. | Pádraig Brady | -7/+1 |