summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2005-11-24(EXTRA_DIST): Add acl to the list.Jim Meyering
2005-11-24Add `$0: ' prefix to diagnostics.Jim Meyering
2005-11-22.Jim Meyering
2005-11-22(rm): Change expected diagnostic, `cannot open directory' to `cannot remove',Jim Meyering
to align with new version of rm.
2005-11-22Ensure that rm now continues removing entries even after certain types of ↵Jim Meyering
failure.
2005-11-17s/filesystem/file system/ in a commentJim Meyering
2005-11-17s/filesystem/file system/Jim Meyering
2005-11-17.Jim Meyering
2005-11-17remove commented-out linesJim Meyering
2005-11-17Let traps handle removing temporary directories.Jim Meyering
2005-11-17(XFAIL_TESTS): Add acl.Jim Meyering
2005-11-17(XFAIL_TESTS): Add acl.Jim Meyering
2005-11-17(TESTS): Add acl.Jim Meyering
2005-11-17(TESTS): Add acl.Jim Meyering
2005-11-17no need to do `cd $pwd; rm -rf $tmp'; the traps handle thatJim Meyering
2005-11-17split long lineJim Meyering
2005-11-17New tests, from Andreas Gruenbacher.Jim Meyering
2005-11-17New tests, from Andreas Gruenbacher.Jim Meyering
2005-11-17*** empty log message ***Jim Meyering
2005-11-16Accommodate HPUX. It appears to fail with EACCES rather than EPERM.Jim Meyering
Reported by Peter O'Gorman here: http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/5766
2005-11-12s/expensive/very expensive/ in a comment.Jim Meyering
2005-11-04.Jim Meyering
2005-11-04.Jim Meyering
2005-11-04fix typo in commentJim Meyering
2005-11-04Mark this test as `very-expensive'Jim Meyering
2005-11-04mark this as a very-expensive testJim Meyering
2005-11-04(TESTS): Add 2g.Jim Meyering
2005-11-04Test for a bug that bites at least on AIX 5.1 systems.Jim Meyering
2005-11-04just like expensive, but `very'Jim Meyering
2005-11-04(EXTRA_DIST): Add very-expensive.Jim Meyering
2005-11-02Fix typo in comment: s/fileutils/coreutils.Jim Meyering
2005-11-02Redirect stderr to /dev/null so theJim Meyering
M+N records in/out don't pollute `make check' output.
2005-11-02(sk-seek4): New test, to exercise the bugJim Meyering
fixed on 2005-10-31. This test uses the new, IN_PIPE specifier.
2005-11-02Accept a new type of input specifier: IN_PIPE,Jim Meyering
to indicate that the input file should be piped into the command under test (via `cat FILE | $prog ...').
2005-11-02.Jim Meyering
2005-11-02test for today's fixJim Meyering
2005-11-02(TESTS): Add dir-nonrecur.Jim Meyering
2005-11-01Add y2000 test.Paul Eggert
2005-11-01"tail -c 2 FILE" now operates as POSIX 1003.1-2001 requires.Paul Eggert
2005-11-01(c-2, c-2-minus, c2, c2-minus): New tests.Paul Eggert
(test_vector): Add special cases for _POSIX2_VERSION, and regularize the old ones a bit.
2005-10-30Require that the test be run as non-root.Paul Eggert
2005-10-25(other-wr): Add an explicit test forJim Meyering
the dircolors bug (NULL-dereference) fixed yesterday.
2005-10-24.Jim Meyering
2005-10-24(TESTS): Add p-slashdot.Jim Meyering
2005-10-24New test, for "mkdir -p" failure.Jim Meyering
2005-10-24(TESTS): Add d-slashdot.Jim Meyering
2005-10-24New test, for "install -d" failure.Jim Meyering
2005-10-23.Jim Meyering
2005-10-23test scripts from David MadoreJim Meyering
2005-10-23(TESTS): Add new sha224sum, sha256sum, sha384sum, sha512sum test scriptsJim Meyering
here rather that each in its own directory.