Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-03-03 | . | Jim Meyering | |
2002-03-02 | Reflect changed semantics of cp's -r option. | Jim Meyering | |
2002-03-02 | be careful about leading/trailing spaces | Jim Meyering | |
2002-02-18 | update due to modified mk-script | Jim Meyering | |
2002-02-18 | . | Jim Meyering | |
2002-02-18 | (test_vector): Rename tests of obsolete usage to have prefix of `obs'. | Jim Meyering | |
For tests matching /^obs/, put _POSIX2_VERSION=199209 in the environment, so the tests succeed even when the environment would have contained _POSIX2_VERSION=200112. | |||
2002-02-18 | For tests matching /^(obs|err-[134])/, | Jim Meyering | |
put _POSIX2_VERSION=199209 in the environment, so the tests succeed even when the environment would have contained _POSIX2_VERSION=200112. | |||
2002-02-18 | When getting input via a pipe, apply the | Jim Meyering | |
environment settings to the command in question, not to `cat'. No longer allow more than one element in the $Test::env or $Test::env_default arrays. No one used that. | |||
2002-02-17 | Tell sort to accept old-style options. | Jim Meyering | |
2002-02-17 | . | Jim Meyering | |
2002-02-17 | Tell head to accept old-style options like `-1'. | Jim Meyering | |
2002-02-17 | Tell head to accept old-style options like `-1'. | Jim Meyering | |
2002-02-17 | . | Jim Meyering | |
2002-02-17 | . | Jim Meyering | |
2002-02-16 | . | Jim Meyering | |
2002-02-16 | Use `head -n 150', not `head -150'. | Jim Meyering | |
2002-02-16 | Use `head -n 7', not `head -7'. | Jim Meyering | |
2002-02-16 | . | Jim Meyering | |
2002-02-16 | New test for change of 2002-02-05. | Jim Meyering | |
2002-02-16 | (TESTS): Add split-a. | Jim Meyering | |
2002-02-11 | . | Jim Meyering | |
2002-02-11 | . | Jim Meyering | |
2002-02-11 | Use `tail -n +2', rather than `tail +2'. | Jim Meyering | |
2002-02-11 | (TESTS): Add head-pos. | Jim Meyering | |
2002-02-11 | New file/test for the change of 2002-02-08. | Jim Meyering | |
2002-01-22 | . | Jim Meyering | |
2002-01-22 | . | Jim Meyering | |
2002-01-19 | . | Jim Meyering | |
2002-01-18 | . | Jim Meyering | |
2002-01-18 | . | Jim Meyering | |
2002-01-18 | Add these tests: | Jim Meyering | |
tr '[==]' x tr '[::]' x they should fail, not get a failed assertion. | |||
2002-01-16 | . | Jim Meyering | |
2002-01-16 | . | Jim Meyering | |
2002-01-14 | (TESTS): Add sort. | Jim Meyering | |
(TESTS_ENVIRONMENT): Add PROG=$$tst. This is a gross kludge that depends on the name of an automake-generated local variable. | |||
2002-01-14 | *** empty log message *** | Jim Meyering | |
2002-01-13 | . | Jim Meyering | |
2002-01-13 | Tweak to work with the programs in diffutils. | Jim Meyering | |
2002-01-12 | s/the the/the/ in a comment | Jim Meyering | |
2002-01-05 | . | Jim Meyering | |
2002-01-05 | add another test | Jim Meyering | |
2001-12-29 | . | Jim Meyering | |
2001-12-29 | (TESTS): Add r-vs-symlink. | Jim Meyering | |
2001-12-15 | Also accept SunOS4's `Not owner' diagnostic. | Jim Meyering | |
2001-12-15 | Run each --help and --version test with a few different settings | Jim Meyering | |
of LC_MESSAGES. | |||
2001-12-15 | Fail also if ./$i --version fails. | Jim Meyering | |
2001-12-04 | Don't use diff's -u option. It's not portable. | Jim Meyering | |
Besides, with GNU diff one can use the DIFF_OPTIONS envvar. | |||
2001-12-02 | (TESTS): Add recursive. | Jim Meyering | |
2001-12-02 | use diff -u | Jim Meyering | |
2001-11-28 | . | Jim Meyering | |
2001-11-27 | Compare all lines of output. | Jim Meyering | |
Update code to use `trap' and more up to date infrastructure. |