Age | Commit message (Expand) | Author |
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 |
2008-12-01 | cp, mv: remove 3-year-deprecated+warned-about --reply option | Jim Meyering |
2008-09-10 | fix minor shell issues in test suite | Ralf Wildenhues |
2008-09-10 | tests: use "Exit $fail", not (exit $fail); exit $fail | Jim Meyering |
2008-09-08 | tests: move input-tty into a test-lib.sh function | Jim Meyering |
2008-05-27 | in 280+ tests/* files, use $srcdir, not $top_srcdir/tests | Jim Meyering |
2008-05-27 | prefer abs_srcdir over abs_top_srcdir, ... | Jim Meyering |
2008-05-17 | tests: remove ugly /bin/sh wrapper around each perl-based test script | 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-04-27 | tests: don't source envvar-check manually, test-lib.sh does it | Jim Meyering |
2008-04-27 | tests: move another file (expensive) into test-lib.sh | Jim Meyering |
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-14 | tests: don't fail on systems without a "stat" syscall | Jim Meyering |
2008-03-28 | Require that "(exit $fail); exit $fail" be last line of each test. | Jim Meyering |
2008-03-19 | mv: never unlink a destination file before calling rename | Jim Meyering |
2008-02-28 | Make copyright comments consistent. | Jim Meyering |
2008-02-12 | Move more test_skip_-using code to follow ". test-lib.sh". | Jim Meyering |
2008-02-11 | tests: Migrate sourced strace file into a function, require_strace_. | Jim Meyering |
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-09 | tests: start migrating sourced-file function-like tests into test-lib.sh. | Jim Meyering |
2008-02-09 | tests: mv/acl: Don't mention "yes" as a partition name in diagnostic. | Jim Meyering |
2007-12-12 | * tests/mv/part-symlink: Redirect diff output to stderr. | Jim Meyering |
2007-11-16 | Port to Solaris 8 perl, which does not support "use warnings;". | Paul Eggert |
2007-10-14 | Pull all TESTS_ENVIRONMENT settings "up" into tests/check.mk. | Jim Meyering |
2007-10-05 | Make a failing cross-partition mv give a sensible diagnostic. | Jim Meyering |
2007-09-15 | More misc, test-related changes. (some to allow running tests as root) | Jim Meyering |
2007-09-15 | Convert tests/mv, too. | Jim Meyering |
2007-08-25 | Remove all .cvsignore files from version control. | Jim Meyering |
2007-08-23 | Don't let ln be a party to destroying user data. | Jim Meyering |
2007-08-18 | Run each Coreutils.pm-based test in its own subdirectory. | Jim Meyering |
2007-07-23 | Update all copyright notices to use the newer form. | Jim Meyering |
2007-07-19 | "cp -i --update older newer" no longer prompts; same for mv | Jim Meyering |
2007-07-15 | ls --color: Don't stat symlinks when neither ORPHAN nor MISSING attribute has... | Jim Meyering |
2007-07-10 | Change "version 2" to "version 3" in all copyright notices. | Jim Meyering |
2007-03-29 | ls: Add support for SELinux and a slightly modified -Z option. | Jim Meyering |
2007-03-24 | If strace malfunctions, skip the test rather than failing it. | Jim Meyering |