Age | Commit message (Expand) | Author |
2008-04-15 | md5sum, sha1sum, etc: handle invalid input (i.e., don't segfault) | Jim Meyering |
2008-04-14 | tests: don't fail on systems without a "stat" syscall | Jim Meyering |
2008-04-14 | tests: accommodate a different errno string on Irix 6.5 | Jim Meyering |
2008-04-12 | tests: Accommodate a different errno value on OSF/1 4.0F. | Jim Meyering |
2008-04-12 | tests: always enable VERBOSE output, now that test framework works better | Jim Meyering |
2008-04-08 | tests: accommodate a different errno value on HPUX-10.20 | Jim Meyering |
2008-04-02 | "touch E; mkfifo F; cp -fR F E" no longer fails due to existing E | Jim Meyering |
2008-04-01 | Avoid root-only SELinux-related test failures w/o mcstransd. | Jim Meyering |
2008-04-01 | root tests: Set NON_ROOT_USERNAME if not set already. | Jim Meyering |
2008-03-31 | "rm -r DIR" would mistakenly prompt about very long names | Jim Meyering |
2008-03-31 | dd bug fix: accept e.g., if=/dev/stdin and of=/dev/stdout | Paul Eggert |
2008-03-29 | avoid failure of new test on kernel without SELinux support | Jim Meyering |
2008-03-29 | tests: accept ENOTSUP message as well as the EINVAL one | Jim Meyering |
2008-03-29 | Work around a recent glibc/getopt.c diagnostic change. | Jim Meyering |
2008-03-28 | mknod, mkfifo: don't segfault when diagnosing invalid SELinux context | 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 |
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-26 | Test for mkdir bug fix. | Jim Meyering |
2008-03-25 | join bug fix: adapt keycmp to work with new order-checking feature | 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-19 | mv: never unlink a destination file before calling rename | Jim Meyering |
2008-03-01 | Don't skip the groups-version test. | Jim Meyering |
2008-03-01 | Don't exempt "groups" from write-failure test, now that it's a C program. | Jim Meyering |
2008-02-28 | Make copyright comments consistent. | Jim Meyering |
2008-02-25 | Fix test failure where rm would appear to succeed incorrectly. | Bob Proulx |
2008-02-23 | Avoid test failures when root (/) is not readable. | Jim Meyering |
2008-02-20 | sort: add --sort=... option. | Andreas Schwab |
2008-02-19 | seq: give better diagnostics for invalid formats. | Steven Schubiger |
2008-02-19 | join: new options: --check-order and --nocheck-order. | James Youngman |
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-16 | Avoid tests/cp/acl test failure. | Jim Meyering |
2008-02-12 | Move more test_skip_-using code to follow ". test-lib.sh". | Jim Meyering |
2008-02-12 | tests/touch/not-owner: Source test-lib.sh before using skip_test_. | Peter Fales |
2008-02-12 | * tests/Makefile.am (EXTRA_DIST): Remove strace. | Jim Meyering |
2008-02-11 | tests: Migrate sourced strace file into a function, require_strace_. | Jim Meyering |
2008-02-11 | * tests/rm/inaccessible: Source test-lib.sh *before* using skip_test_. | Jim Meyering |
2008-02-09 | tests: rm/fail-eperm: require-non-root in perl, not sh | 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: move the very-expensive file into test-lib.sh | 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 |
2008-02-07 | mkdir, split: write --verbose output to stdout, not stderr. | Steven Schubiger |
2008-02-02 | Clarify a comment. | Jim Meyering |