summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2006-03-05Set SHELL, if not already set, in order toJim Meyering
avoid failure when `make check' is run through debuild; dircolors would fail due to lack of $SHELL. Reported by Sven Joachim.
2006-03-05.Jim Meyering
2006-03-03add warning commentJim Meyering
2006-03-03Don't fail when run from an environment with SHELL not a BourneJim Meyering
shell, e.g. `env SHELL=/bin/csh make check' would fail this test. Invoke each non-failing test with -b. Reported by Michael Stone.
2006-02-27Derive --decode-using tests from the encode-based ones.Jim Meyering
2006-02-27Factor out a long constant string.Jim Meyering
Split lines to stay within 80 columns.
2006-02-27(TESTS): Add base64.Jim Meyering
2006-02-27Test base64. From Simon Josefsson.Jim Meyering
2006-02-20.Jim Meyering
2006-02-20.Jim Meyering
2006-02-20tests for new, -I, optionJim Meyering
2006-02-20(TESTS): Add interactive-always and interactive-once.Jim Meyering
2006-02-14fix typo in diagnosticJim Meyering
2006-02-11Adjust two expected diagnostics, now that they'reJim Meyering
a tiny bit less precise: cannot remove `a/1': ... instead of cannot open directory `a/1': ...
2006-02-11.Jim Meyering
2006-02-11(TESTS): Add empty-inacc.Jim Meyering
2006-02-11# Ensure that rm -rf removes an empty-and-inaccessible directory.Jim Meyering
2006-02-07(expected_failure_status_vdir):Jim Meyering
Redirect an expected disk-full diagnostic to /dev/null.
2006-02-04*** empty log message ***Jim Meyering
2006-02-04tweak commentJim Meyering
2006-02-04add a commentJim Meyering
2006-02-04(TESTS): Add cp-deref.Jim Meyering
2006-02-04New file. Test for today's fix.Jim Meyering
2006-02-03regenerate, as usualJim Meyering
2006-01-25.Jim Meyering
2006-01-24New file. Test for today's fix.Jim Meyering
2006-01-24(TESTS): Add append-only.Jim Meyering
2006-01-24(check-root): Add tail-2/append-onlyJim Meyering
2006-01-19(pfx-1, pfx-2): New tests, to demonstrate the bugJim Meyering
reported as http://bugs.debian.org/147577. Forwarded by Thomas Hood.
2006-01-18(TESTS): Add long-from-unreadable.Jim Meyering
2006-01-17.Jim Meyering
2006-01-17New test, to exercise one small corner of fts.c.Jim Meyering
2006-01-13(SUBDIRS): Add comments discouraging theJim Meyering
addition of new directories under tests/.
2006-01-13Redirect stdin to /dev/null. Otherwise, FreeBSD 5.0's getfacl would hang.Jim Meyering
2006-01-12Adjust not to hard-code the expectedJim Meyering
diagnostic corresponding to ELOOP. Solaris' diagnostic differs from that of Linux/libc. Reported by Paul Eggert.
2006-01-12Create final file *after* the loop.Jim Meyering
2006-01-12Create file at end of symlink chain.Jim Meyering
2006-01-12skip the test on a system that can handle this many symlinks in a file name,Jim Meyering
2006-01-12.Jim Meyering
2006-01-12whoops. traps were commented out.Jim Meyering
2006-01-12(TESTS): Add test.Jim Meyering
2006-01-12New file, with a test for one of theJim Meyering
bugs fixed by yesterday's test.c changes.
2006-01-11Test for today's fts.c bug fix.Jim Meyering
2006-01-11(TESTS): Add long-sloop.Jim Meyering
2006-01-10Add a test for today's fts.c fix.Jim Meyering
2006-01-04.Jim Meyering
2006-01-04fix typoJim Meyering
2006-01-04change comment and temp file name: s/openat/fdopendir/Jim Meyering
2006-01-04change comments and temp file name: s/openat/fdopendir/Jim Meyering
2006-01-04Also allow a slightly different diagnostic -- theJim Meyering
one you get when using openat-enabled fts.c and du (coming soon).