Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-08-09 | Ensure that a/b/F has at least 65 bytes too. | Jim Meyering | |
2003-03-28 | generate 9000+ bytes, in case we ever go for 8KB of output | Jim Meyering | |
2003-03-28 | Use 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-11 | Make the test file exactly 4k bytes long. | Jim Meyering | |
2003-03-11 | Make the test larger than 64 bytes, so that we don't | Jim Meyering | |
immediately disqualify file systems (e.g., NetApp) on which smaller files take up zero disk blocks. | |||
2003-03-08 | Correct/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-07 | Test the -S option using a hierarchy containing files, too, | Jim Meyering | |
not just directories. | |||
2003-02-26 | Don't test du's -b option here. Directory byte | Jim 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-21 | use printf, not echo | Jim Meyering | |
test -b | |||
2003-02-20 | *** empty log message *** | Jim Meyering | |