summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2004-04-14.Jim Meyering
2004-04-12.Jim Meyering
2004-04-08.Jim Meyering
2004-04-04.Jim Meyering
2004-03-31(run_tests): Remove `.orig' file.Jim Meyering
Remove debugging diagnostic.
2004-03-31.Jim Meyering
2004-03-31.Jim Meyering
2004-03-29Use new OUT_SUBST directive, so that thisJim Meyering
test is not sensitive to system-dependent block size differences.
2004-03-29Accept new directives: OUT_SUBST, ERR_SUBST.Jim Meyering
Rename `%tmp' to `%actual'. Reverse order of last two args to _compare_files (to actual, $expected) so as to match declaration.
2004-03-28Correct the indentation of a foreach loop.Jim Meyering
2004-03-25(zero-len): Add a test for the above.Jim Meyering
2004-03-24Test for BLOCKSIZE. Factor the code to simplify it.Jim Meyering
2004-03-24Adjust to above changes to src/du.c.Jim Meyering
2004-03-24Avoid race condition that could causeJim Meyering
spurious failure. Based on a patch from Andreas Schwab.
2004-03-22(nul-1, nul-2): Adjust expected diagnostics to match corrected output.Jim Meyering
2004-03-21Also test with a non-regular file:Jim Meyering
--files0-from=/dev/null
2004-03-21Add this comment:Jim Meyering
# -*- perl -*-
2004-03-21.Jim Meyering
2004-03-21Fix typo in comment.Jim Meyering
2004-03-21(TESTS): Add files0-from.Jim Meyering
2004-03-21New tests, for --files0-from-F option.Jim Meyering
2004-03-17.Jim Meyering
2004-03-17(test_vector): New tests epoch, ns-10, ns-max32, ns-relative.Jim Meyering
2004-03-15.Jim Meyering
2004-03-15*** empty log message ***Jim Meyering
2004-03-15*** empty log message ***Jim Meyering
2004-03-15New file, to test for just-fixed bug in date.Jim Meyering
See today's change in lib/getdate.y.
2004-03-15(TESTS): Add date-sec.Jim Meyering
2004-03-12Exit 77 (not 1) if we can't set up for the test.Jim Meyering
This was triggered on a Linux-2.2.19 system using a file system NFS-mounted from some sort of Sun.
2004-03-12.Jim Meyering
2004-03-12(TESTS): Add part-hardlink.Jim Meyering
2004-03-12# Before coreutils-5.2.1, this test would fail.Jim Meyering
2004-03-11.Jim Meyering
2004-03-10Also convert sizes in the 70-79 kB range,Jim Meyering
so that this test works with SELinux-enable systems. Based on a patch from Tim Waugh.
2004-03-10*** empty log message ***Jim Meyering
2004-03-10.Jim Meyering
2004-03-10(invalid-j): New partial test for the above fix.Jim Meyering
2004-03-02Run envvar-check in case BLOCK_SIZE etc. are set.Jim Meyering
2004-03-02Run envvar-check in case BLOCK_SIZE etc. are set.Jim Meyering
2004-03-02.Jim Meyering
2004-02-22add tests for just-fixed bugsJim Meyering
2004-02-17Add id's -u option, so we don't get spuriousJim Meyering
failures when there are no user or group names.
2004-02-17`make check' from a build inside a chroot environment would failJim Meyering
Specify an argument (`/') for df, in the unusual event that there is no valid entry in /etc/mtab. Patch by Tim Waugh.
2004-02-11regenerate from patched Makefile.am.inJim Meyering
2004-02-11($(srcdir)/Makefile.am): Use more portableJim Meyering
$(srcdir)/../Makefile.am.in, rather than $<. Suggestion from Michael Elizabeth Chastain.
2004-02-08Avoid triggering a bug in OSF/Tru64's sedJim Meyering
that would cause an unwarranted test failure.
2004-02-06Remove `du' stack space test.Jim Meyering
Apparently, `ulimit -s N' isn't portable enough. This test will be restored (with a guard against losing ulimit) in its own file later.
2004-02-06remove stray `done' diagnosticJim Meyering
2004-02-06(deep): Remove progress-style diagnostics,Jim Meyering
since this test doesn't take long enough to merit them. Run du on $tmp (the containing dir), not $deep, the full path to leaf.
2004-01-22(expected_failure_status_date): Remove, as 'date' is now normal.Jim Meyering
(expected_failure_status_nohup): New var.