Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-10 | Add a test for the above-fixed bug. | Jim Meyering | |
2003-03-08 | (evar-check): Check for POSIXLY_CORRECT not as a | Jim Meyering | |
shell variable, but only in the environment. With /bin/sh->bash, the shell variable is set to `y', and that would cause a spurious warning. | |||
2003-03-08 | Require at least version 1.11 of Expect.pm. | Jim Meyering | |
Old versions of Expect.pm (e.g., 1.07) lack the log_user function. Patch by Bob Proulx. | |||
2003-03-08 | (check-root): Remove touch/fifo. | Jim Meyering | |
It doesn't appear to have to be run as root. | |||
2003-03-08 | Rather than simply using the first non-root | Jim Meyering | |
username, make sure that the selected user name has a usable shell. | |||
2003-03-08 | Also check for the log_user method, to avoid | Jim Meyering | |
spurious failure when using an old version of Expect.pm (e.g., 1.07). Reported by Bob Proulx. | |||
2003-03-08 | . | Jim Meyering | |
2003-03-08 | Ensure that hard links _are_ listed twice when using --count-links. | Jim Meyering | |
2003-03-08 | *** empty log message *** | Jim Meyering | |
2003-03-08 | (TESTS): Add hard-link. | Jim Meyering | |
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-03-06 | Unset CDPATH. Otherwise, having the | Jim Meyering | |
CDPATH shell variable set could cause this test to fail. | |||
2003-03-05 | *** empty log message *** | Jim Meyering | |
2003-03-05 | *** empty log message *** | Jim Meyering | |
2003-03-05 | *** empty log message *** | Jim Meyering | |
2003-03-05 | use better sed expressions | Jim Meyering | |
2003-03-05 | . | Jim Meyering | |
2003-03-05 | (TESTS): Add 8gb. | Jim Meyering | |
2003-03-05 | *** empty log message *** | Jim Meyering | |
2003-03-04 | . | Jim Meyering | |
2003-03-04 | . | Jim Meyering | |
2003-03-04 | (TESTS): Add fail-2eperm. | Jim Meyering | |
2003-03-04 | (check-root): Add fail-2eperm. | Jim Meyering | |
2003-03-04 | *** empty log message *** | Jim Meyering | |
2003-03-03 | Set $ME properly. | Jim Meyering | |
2003-03-02 | fix typo in comment | Jim Meyering | |
2003-03-02 | (TESTS): Add hard-3. | Jim Meyering | |
2003-03-02 | . | Jim Meyering | |
2003-03-02 | add comments | Jim Meyering | |
2003-03-01 | fix tpyo | Jim Meyering | |
2003-03-01 | *** empty log message *** | Jim Meyering | |
2003-03-01 | *** empty log message *** | Jim Meyering | |
2003-02-28 | also test cp | Jim Meyering | |
2003-02-28 | (TESTS): Add hard-2. | Jim Meyering | |
2003-02-28 | *** empty log message *** | Jim Meyering | |
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 | . | Jim Meyering | |
2003-02-21 | (TESTS): Add basic. | Jim Meyering | |
2003-02-21 | use printf, not echo | Jim Meyering | |
test -b | |||
2003-02-20 | *** empty log message *** | Jim Meyering | |
2003-02-20 | . | Jim Meyering | |
2003-02-20 | *** empty log message *** | Jim Meyering | |
2003-02-20 | Add checks for the following: | Jim Meyering | |
BLOCK_SIZE, DU_BLOCK_SIZE, DF_BLOCK_SIZE, LS_BLOCK_SIZE. | |||
2003-02-20 | Rename phony target envvar-check to evar-check | Jim Meyering | |
so as not to conflict with the distributed file by the same name. | |||
2003-02-19 | fix comment | Jim Meyering | |
2003-02-19 | more clean-up. give more precise diagnostics | Jim Meyering | |
2003-02-19 | (TESTS): Reflect renaming. | Jim Meyering | |