Age | Commit message (Expand) | Author |
2008-04-27 | tests: put root-only (usually skipped) tests at the end | Jim Meyering |
2008-04-27 | tests: move another file (expensive) into test-lib.sh | Jim Meyering |
2008-04-27 | tests: cp/perm (usually not run) was failing on systems with SELinux | Jim Meyering |
2008-04-24 | tests: do define built_programs | Jim Meyering |
2008-04-23 | tests: update commented-out examples in sample-test, too | Jim Meyering |
2008-04-23 | tests: don't fail in a non-English locale | Ondřej Vašík |
2008-04-23 | tests: remove now-unused Makefile.am | Jim Meyering |
2008-04-23 | id: do not print SELinux context when invoked with a USERNAME argument | Ondřej Vašík |
2008-04-21 | tests: skip (don't fail) rm/one-file-system when mount --bind fails | Jim Meyering |
2008-04-21 | tests: convert umask-check to a function | Jim Meyering |
2008-04-21 | tests: adjust perl -I to use $top_srcdir/tests, not $srcdir/.. | Jim Meyering |
2008-04-21 | tests: clean up root tests; adapt to new layout | Jim Meyering |
2008-04-21 | Revamp test-related Makefiles. | Jim Meyering |
2008-04-20 | * tests/misc/Makefile.am (built_programs): Remove. Unused. | Jim Meyering |
2008-04-20 | Use "env" to invoke potential built-ins. | Jim Meyering |
2008-04-19 | pr -e, with a mix of backspaces and TABs, could corrupt the heap | Jim Meyering |
2008-04-19 | md5sum -c: ignore a line with a NUL byte among checksum hex digits | Jim Meyering |
2008-04-16 | tests: accommodate built-in mknod more cleanly still | Matthew Woehlke |
2008-04-16 | tests: accommodate built-in mknod more cleanly | Jim Meyering |
2008-04-16 | tests: add a comment explaining the potential failure | Jim Meyering |
2008-04-16 | tests: avoid mkdir/selinux failure when mknod is a shell built-in | Jim Meyering |
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 |