summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2003-04-24.Jim Meyering
2003-04-24(only-one): add another testJim Meyering
2003-04-23make sure tsort fails given an odd number of input tokensJim Meyering
2003-04-21Add tests for the printf fixes of 2003-04-20.Jim Meyering
2003-04-15regenerate, using new ../Makefile.am.inJim Meyering
2003-04-15regenerate, using new ../Makefile.am.inJim Meyering
2003-04-15Use $(VAR) rather than @VAR@, now that we can rely on automake toJim Meyering
emit a definition for each substituted variable. Remove definition of PERL.
2003-04-15remove SPCs before TABJim Meyering
2003-04-15*** empty log message ***Jim Meyering
2003-04-12add test corresponding to today's too-many-newlines fixJim Meyering
2003-04-12(TESTS): Add readlink.Jim Meyering
2003-04-12A few tests of the --canonicalize option.Jim Meyering
2003-04-10.Jim Meyering
2003-04-10Skip this test (don't fail) if creating a file with nominal length > 4GB fails.Jim Meyering
2003-04-09Make sure that a huge obsolete option evokes the right failure.Jim Meyering
2003-04-09Ensure 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-09also check obsolete option -0Jim Meyering
2003-04-08(TESTS): Add split-fail.Jim Meyering
2003-04-08*** empty log message ***Jim Meyering
2003-04-08Run $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-05Add a comment explaining why this test fails when using Tru64's broken sed.Jim Meyering
2003-04-05Add 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-28Skip 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-28Use 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-28Use 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-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-28add tests for Paul's change of Mar 24, 2003Jim Meyering
2003-03-20add two more, using space flag characterJim Meyering
2003-03-20.Jim Meyering
2003-03-19Unset CDPATH. Otherwise, having theJim Meyering
CDPATH shell variable set could cause this test to fail.
2003-03-14.Jim Meyering
2003-03-14Relax the test for the `local'ness of a file system,Jim Meyering
so that now it works also for tmpfs.
2003-03-14Transform output from first du, so that thisJim Meyering
test doesn't fail on file systems like tmpfs that order directory entries differently.
2003-03-14sort du output, in case f1 and f2 are listed in a different orderJim Meyering
2003-03-14reformat a littleJim Meyering
2003-03-13Work around what appears to be an NFS failure thatJim Meyering
would make this test fail on some systems.
2003-03-12.Jim Meyering
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-10Add a test for the above-fixed bug.Jim Meyering
2003-03-08(evar-check): Check for POSIXLY_CORRECT not as aJim 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-08Require 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.