Age | Commit message (Expand) | Author |
2015-11-10 | tests: ensure programs are built before testing | Pádraig Brady |
2015-01-14 | tests: use compare-vs-/dev/null instead of 'test -s' | Bernhard Voelker |
2015-01-14 | tests: add extra protection against unexpected exits | Pádraig Brady |
2015-01-01 | maint: update all copyright year number ranges | Pádraig Brady |
2014-08-01 | chroot: perform chdir("/") again unless new --skip-chdir is specified | Bernhard Voelker |
2014-07-02 | tests: use "env builtin" in place of "$abs_top_builddir/src/builtin" | Jim Meyering |
2014-06-26 | tests: use predetermined NON_ROOT_GID | Pádraig Brady |
2014-05-21 | tests: use chroot --user rather than internal setuidgid tool | Pádraig Brady |
2014-05-07 | tests: improve diagnostics when asserting empty files | Pádraig Brady |
2014-03-05 | tests: avoid the :> construct which can hide errors | Pádraig Brady |
2014-01-02 | maint: update all copyright year number ranges | Bernhard Voelker |
2013-01-01 | maint: update all copyright year number ranges | Jim Meyering |
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-04-04 | tests: convert nearly all `...` expressions to $(...) | Jim Meyering |
2012-01-27 | maint: use single copyright year range | 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-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-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-11-17 | tests: substitute the single-program $VERBOSE/--version uses | Jim Meyering |
2010-11-17 | tests: convert first batch of tests from test-lib.sh to init.sh | Jim Meyering |
2010-11-06 | stat: use e.g. %.3X instead of %X.%3:X for sub-second precision | Paul Eggert |
2010-11-03 | stat: revert %X-%Y-%Z change; use e.g., %:X to print fractional seconds | Jim Meyering |
2010-10-01 | stat: print timestamps to full resolution | Eric Blake |
2010-01-23 | maint: ensure test independence from config macro format | Pádraig Brady |
2010-01-12 | tests: avoid spurious failure on old kernel | Eric Blake |
2010-01-01 | maint: update all FSF copyright year lists to include 2010 | Jim Meyering |
2009-11-22 | tests: do not fail on read-only root file system | Dmitry V. Levin |
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-10-21 | tests: ensure touch honors trailing slash | Eric Blake |
2009-10-17 | touch: add -h to change symlink timestamps, where supported | Eric Blake |
2009-09-14 | touch: don't reject "60" as number of seconds in a legacy time stamp | Jim Meyering |
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 |
2008-09-10 | tests: use "Exit $fail", not (exit $fail); exit $fail | Jim Meyering |
2008-05-27 | in 280+ tests/* files, use $srcdir, not $top_srcdir/tests | Jim Meyering |
2008-05-06 | tests: hoist the sourcing of "lang-default" | Jim Meyering |
2008-05-06 | * tests/touch/Makefile.am: Remove now-unused file. | Jim Meyering |
2008-04-27 | tests: don't source envvar-check manually, test-lib.sh does it | Jim Meyering |
2008-04-21 | Revamp test-related Makefiles. | Jim Meyering |
2008-04-20 | Use "env" to invoke potential built-ins. | Jim Meyering |
2008-03-28 | tests: Factor out code that's going to be reused. | Pádraig Brady |
2008-03-28 | Require that "(exit $fail); exit $fail" be last line of each test. | Jim Meyering |