summaryrefslogtreecommitdiff
path: root/tests/du
AgeCommit message (Collapse)Author
2005-02-13.Jim Meyering
2005-02-09.Jim Meyering
2005-02-02 Check for $2 -ge 128, rather than $2 = 128, in caseJim Meyering
there is a file system type that doesn't support sparse files, yet for which metadata takes up additional space.
2005-02-02Also adjust the test to detect systems that don't support sparse files.Jim Meyering
2005-02-02Detect sparse files on NTFS under cygwin.Jim Meyering
2005-01-29.Jim Meyering
2005-01-05Add a test for today's fix:Jim Meyering
(process_file): Evaluate exclusion rules against the entire file name, not just the last component.
2005-01-03Regenerate.Paul Eggert
2004-12-20Regenerate.Paul Eggert
2004-12-06Sanitize environment.Jim Meyering
Otherwise, e.g., BLOCKSIZE=k would cause a failure.
2004-11-30.Jim Meyering
2004-11-28.Jim Meyering
2004-11-26Regenerate.Paul Eggert
2004-11-14.Jim Meyering
2004-11-06.Jim Meyering
2004-11-04Regenerate.Paul Eggert
2004-11-03Regenerate.Paul Eggert
2004-10-04Regenerate.Paul Eggert
2004-09-22Use automake-1.9.2. Regenerate dependent files.Jim Meyering
2004-08-20Regenerate.Paul Eggert
2004-08-11Regenerate.Paul Eggert
2004-08-09Regenerate.Paul Eggert
2004-08-05Regenerate.Paul Eggert
2004-08-02Regenerate.Paul Eggert
2004-07-28Regenerate.Paul Eggert
2004-07-28Regenerate.Paul Eggert
2004-07-23Regenerate.Paul Eggert
2004-07-12Regenerate.Paul Eggert
2004-06-30Change `filesystem' to `file system' in a comment.Jim Meyering
2004-06-23Replace all occurrences of `(exit N); exit' withJim Meyering
`(exit N); exit N'. Otherwise, those many tests could exit with improper exit status when exiting via e.g., a trapped interrupt. Thanks to a report from Bob Proulx.
2004-06-21Adjust to new diagnostics.Jim Meyering
2004-06-08.Jim Meyering
2004-06-08.Jim Meyering
2004-06-01.Jim Meyering
2004-05-29.Jim Meyering
2004-04-26.Jim Meyering
2004-04-19.Jim Meyering
2004-04-14.Jim Meyering
2004-04-12.Jim Meyering
2004-04-08.Jim Meyering
2004-04-04.Jim Meyering
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-25(zero-len): Add a test for the above.Jim Meyering
2004-03-24Adjust to above changes to src/du.c.Jim Meyering
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-21.Jim Meyering
2004-03-21(TESTS): Add files0-from.Jim Meyering