Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-04-05 | *** empty log message *** | Jim Meyering | |
2003-04-05 | Add a comment explaining why this test fails when using Tru64's broken sed. | Jim Meyering | |
2003-04-05 | Add a comment explaining why this test fails when using Tru64's broken sed. | Jim Meyering | |
2003-04-04 | *** empty log message *** | Jim Meyering | |
2003-04-04 | (TESTS): Add hard-4. | Jim Meyering | |
2003-04-02 | . | Jim Meyering | |
2003-04-02 | *** empty log message *** | Jim Meyering | |
2003-04-02 | (TESTS): Add false. | Jim Meyering | |
2003-03-28 | Skip this test if stty can't get window size. | Jim Meyering | |
This happens when connecting to sparc-solaris2.7 via ssh from within emacs. Reported by Karl Berry. | |||
2003-03-28 | Use seq, not `yes' to generate dir name. | Jim Meyering | |
Otherwise, on systems (DJGPP) that emulate pipes using files, this test would never complete, waiting for `yes' to terminate. | |||
2003-03-28 | Use seq, not `yes' to generate link target. | Jim Meyering | |
Otherwise, on systems (DJGPP) that emulate pipes using files, this test would never complete, waiting for `yes' to terminate. | |||
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-28 | add tests for Paul's change of Mar 24, 2003 | Jim Meyering | |
2003-03-20 | add two more, using space flag character | Jim Meyering | |
2003-03-20 | . | Jim Meyering | |
2003-03-19 | Unset CDPATH. Otherwise, having the | Jim Meyering | |
CDPATH shell variable set could cause this test to fail. | |||
2003-03-14 | . | Jim Meyering | |
2003-03-14 | Relax the test for the `local'ness of a file system, | Jim Meyering | |
so that now it works also for tmpfs. | |||
2003-03-14 | Transform output from first du, so that this | Jim Meyering | |
test doesn't fail on file systems like tmpfs that order directory entries differently. | |||
2003-03-14 | sort du output, in case f1 and f2 are listed in a different order | Jim Meyering | |
2003-03-14 | reformat a little | Jim Meyering | |
2003-03-13 | Work around what appears to be an NFS failure that | Jim Meyering | |
would make this test fail on some systems. | |||
2003-03-12 | . | Jim Meyering | |
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-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 | |