Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-05-01 | Create 500 rather than just 300 files. | Jim Meyering | |
There's a bug in Darwin6.5's readdir that shows up only with 338 or more files. Fix a bug in this test: `cd $pwd' (not to `..'), now that $tmp has two components. | |||
2003-04-28 | Send two tokens, not just one, so we don't | Jim Meyering | |
make the now-more-picky tsort fail. | |||
2003-04-28 | correct grammar in comment | Jim Meyering | |
2003-04-24 | . | Jim Meyering | |
2003-04-24 | (only-one): add another test | Jim Meyering | |
2003-04-23 | make sure tsort fails given an odd number of input tokens | Jim Meyering | |
2003-04-21 | Add tests for the printf fixes of 2003-04-20. | Jim Meyering | |
2003-04-15 | regenerate, using new ../Makefile.am.in | Jim Meyering | |
2003-04-15 | regenerate, using new ../Makefile.am.in | Jim Meyering | |
2003-04-15 | Use $(VAR) rather than @VAR@, now that we can rely on automake to | Jim Meyering | |
emit a definition for each substituted variable. Remove definition of PERL. | |||
2003-04-15 | remove SPCs before TAB | Jim Meyering | |
2003-04-15 | *** empty log message *** | Jim Meyering | |
2003-04-12 | add test corresponding to today's too-many-newlines fix | Jim Meyering | |
2003-04-12 | (TESTS): Add readlink. | Jim Meyering | |
2003-04-12 | A few tests of the --canonicalize option. | Jim Meyering | |
2003-04-10 | . | Jim Meyering | |
2003-04-10 | Skip this test (don't fail) if creating a file with nominal length > 4GB fails. | Jim Meyering | |
2003-04-09 | Make sure that a huge obsolete option evokes the right failure. | Jim Meyering | |
2003-04-09 | Ensure that split --lines=N and --bytes=N work for N=2^32. | Jim Meyering | |
Currently (coreutils-5.0.1) split --line-bytes=M fails with `invalid number of bytes' for M=2^32 or larger. Test it. | |||
2003-04-09 | also check obsolete option -0 | Jim Meyering | |
2003-04-08 | (TESTS): Add split-fail. | Jim Meyering | |
2003-04-08 | *** empty log message *** | Jim Meyering | |
2003-04-08 | Run $PERL to see if it is available, rather than testing its value. | Jim Meyering | |
2003-04-05 | . | Jim Meyering | |
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. |