summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2008-04-21tests: skip (don't fail) rm/one-file-system when mount --bind failsJim Meyering
2008-04-21tests: convert umask-check to a functionJim Meyering
2008-04-21tests: adjust perl -I to use $top_srcdir/tests, not $srcdir/..Jim Meyering
2008-04-21tests: clean up root tests; adapt to new layoutJim Meyering
2008-04-21Revamp test-related Makefiles.Jim Meyering
2008-04-20* tests/misc/Makefile.am (built_programs): Remove. Unused.Jim Meyering
2008-04-20Use "env" to invoke potential built-ins.Jim Meyering
2008-04-19pr -e, with a mix of backspaces and TABs, could corrupt the heapJim Meyering
2008-04-19md5sum -c: ignore a line with a NUL byte among checksum hex digitsJim Meyering
2008-04-16tests: accommodate built-in mknod more cleanly stillMatthew Woehlke
2008-04-16tests: accommodate built-in mknod more cleanlyJim Meyering
2008-04-16tests: add a comment explaining the potential failureJim Meyering
2008-04-16tests: avoid mkdir/selinux failure when mknod is a shell built-inJim Meyering
2008-04-15md5sum, sha1sum, etc: handle invalid input (i.e., don't segfault)Jim Meyering
2008-04-14tests: don't fail on systems without a "stat" syscallJim Meyering
2008-04-14tests: accommodate a different errno string on Irix 6.5Jim Meyering
2008-04-12tests: Accommodate a different errno value on OSF/1 4.0F.Jim Meyering
2008-04-12tests: always enable VERBOSE output, now that test framework works betterJim Meyering
2008-04-08tests: accommodate a different errno value on HPUX-10.20Jim Meyering
2008-04-02"touch E; mkfifo F; cp -fR F E" no longer fails due to existing EJim Meyering
2008-04-01Avoid root-only SELinux-related test failures w/o mcstransd.Jim Meyering
2008-04-01root tests: Set NON_ROOT_USERNAME if not set already.Jim Meyering
2008-03-31"rm -r DIR" would mistakenly prompt about very long namesJim Meyering
2008-03-31dd bug fix: accept e.g., if=/dev/stdin and of=/dev/stdoutPaul Eggert
2008-03-29avoid failure of new test on kernel without SELinux supportJim Meyering
2008-03-29tests: accept ENOTSUP message as well as the EINVAL oneJim Meyering
2008-03-29Work around a recent glibc/getopt.c diagnostic change.Jim Meyering
2008-03-28mknod, mkfifo: don't segfault when diagnosing invalid SELinux contextJim Meyering
2008-03-28tests: Factor out code that's going to be reused.Pádraig Brady
2008-03-28Require that "(exit $fail); exit $fail" be last line of each test.Jim Meyering
2008-03-28Perform explicit exit-nonzero if the embedded Perl script fails.Jim Meyering
2008-03-27paste -d\\: avoid heap overrun for backslash at end of delim listJim Meyering
2008-03-26Test for mkdir bug fix.Jim Meyering
2008-03-25join bug fix: adapt keycmp to work with new order-checking featureJim Meyering
2008-03-21ptx: avoid heap overrun for backslash at end of optarg stringJim Meyering
2008-03-19make check: Remove /tmp/ls-creating debug code.Bob Proulx
2008-03-19mv: never unlink a destination file before calling renameJim Meyering
2008-03-01Don't skip the groups-version test.Jim Meyering
2008-03-01Don't exempt "groups" from write-failure test, now that it's a C program.Jim Meyering
2008-02-28Make copyright comments consistent.Jim Meyering
2008-02-25Fix test failure where rm would appear to succeed incorrectly.Bob Proulx
2008-02-23Avoid test failures when root (/) is not readable.Jim Meyering
2008-02-20sort: add --sort=... option.Andreas Schwab
2008-02-19seq: give better diagnostics for invalid formats.Steven Schubiger
2008-02-19join: new options: --check-order and --nocheck-order.James Youngman
2008-02-18seq: give a proper diagnostic for an invalid --format=% optionJim Meyering
2008-02-17Expand "ls --color" tests to also use the dircolors defaults.Jim Meyering
2008-02-17ls --color no longer outputs unnecessary escape sequencesEd Avis
2008-02-16Avoid tests/cp/acl test failure.Jim Meyering
2008-02-12Move more test_skip_-using code to follow ". test-lib.sh".Jim Meyering