summaryrefslogtreecommitdiff
path: root/tests/du/basic
AgeCommit message (Collapse)Author
2003-08-09Ensure that a/b/F has at least 65 bytes too.Jim Meyering
2003-03-28generate 9000+ bytes, in case we ever go for 8KB of outputJim Meyering
2003-03-28Use seq, not `yes' to generate 4KB of data.Jim Meyering
Otherwise, on systems (DJGPP) that emulate pipes using files, this test would never complete, waiting for `yes' to terminate.
2003-03-11Make the test file exactly 4k bytes long.Jim Meyering
2003-03-11Make the test larger than 64 bytes, so that we don'tJim Meyering
immediately disqualify file systems (e.g., NetApp) on which smaller files take up zero disk blocks.
2003-03-08Correct/add tests for the above fix.Jim Meyering
Set LC_ALL, etc, now that we use sort. Check the block/size of a small file, too. Correct expected results for simple dir1/dir2/file case. Add another test of du -S.
2003-03-07Test the -S option using a hierarchy containing files, too,Jim Meyering
not just directories.
2003-02-26Don't test du's -b option here. Directory byteJim Meyering
counts are smaller (512 rather than 4096) on at least OSF/1 5.1 and IBM AIX 4.2.
2003-02-21*** empty log message ***Jim Meyering
2003-02-21use printf, not echoJim Meyering
test -b
2003-02-20*** empty log message ***Jim Meyering