Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-08 | . | Jim Meyering | |
2004-06-08 | Test that chgrp -h does not fail on | Jim Meyering | |
symlinks, even on hosts where that's not supported. Test that if -R is specified without -H or L, -h is assumed. Test that chown() is not optimized away. | |||
2004-06-08 | Adjust error-diagnostic spelling to match new behavior. | Jim Meyering | |
2004-06-08 | Do not attempt to combine -h and -H; these | Jim Meyering | |
options are incompatible, and their behavior is undefined with POSIX. (changed, not_changed): Adjust to match the fact that -h is no longer specified. Sort names. | |||
2004-06-08 | Use chown --from to discover whether the | Jim Meyering | |
group changed, since chgrp now changes unconditionally. This complicates the sed script a bit. Do not specify --dereference, since it's the default (and we want to test this). Adjust output to match the fact that chgrp no longer optimizes the case of changing a file's group to the same value as before. | |||
2004-06-08 | . | Jim Meyering | |
2004-06-02 | . | Jim Meyering | |
2004-06-02 | Add tests of --output-delimiter=S with abutting and overlapping byte ranges. | Jim Meyering | |
2004-06-02 | . | Jim Meyering | |
2004-06-02 | New tests bs-055, bs-at-end, repeat-Compl. | Jim Meyering | |
Fix comment for range-a-a. | |||
2004-06-01 | . | Jim Meyering | |
2004-05-31 | . | Jim Meyering | |
2004-05-31 | regenerate | Jim Meyering | |
2004-05-31 | 2004-05-29 Paul Eggert <eggert@cs.ucla.edu> | Jim Meyering | |
tr cleanup, mostly having to do with integer type ranges. Remove all casts. * tests/tr/Test.pm: Add a few tests for the below. Alas, most of the test cases wouldn't be portable, or would take too much CPU time, or both. | |||
2004-05-31 | (TESTS_ENVIRONMENT): Define PATH to include | Jim Meyering | |
the build src/ directory -- at the front. ($(srcdir)/$x-tests): Depend on Makefile.am. Use $x as the program name, except when it would be `test' (test is the sole program tested via mk-script that is also a shell built-in). In that case, use the old ../../src/$x. | |||
2004-05-31 | . | Jim Meyering | |
2004-05-31 | . | Jim Meyering | |
2004-05-31 | (TESTS_ENVIRONMENT): Set PATH. | Jim Meyering | |
2004-05-29 | . | Jim Meyering | |
2004-05-29 | Fix typo: use ls -ldo, not ls -ldg. Patch from Albert Chin. | Jim Meyering | |
2004-05-21 | (TESTS): Add inaccessible. | Jim Meyering | |
2004-05-21 | # Ensure that rm works even when run from a directory | Jim Meyering | |
# for which the user has no access at all. | |||
2004-05-17 | . | Jim Meyering | |
2004-05-17 | Use -h where necessary to retain semantics. | Jim Meyering | |
2004-05-16 | *** empty log message *** | Jim Meyering | |
2004-05-16 | (TESTS): Add deref. | Jim Meyering | |
2004-05-16 | New test for the yesterday's change. | Jim Meyering | |
2004-05-14 | . | Jim Meyering | |
2004-05-13 | Don't assume that "make -C" works; Solaris "make" doesn't have -C. | Jim Meyering | |
* src/Makefile.am (all_programs.list): New rule, copied from man/Makefile.am and tests/Makefile.am, except that we use the system tr rather than ./tr and we don't use tr -s. * tests/Makefile.am (all_programs): Use it. | |||
2004-05-11 | (TESTS): Add unread3. | Jim Meyering | |
2004-05-11 | New test, for the above fix and today's lib/save-cwd.c improvement. | Jim Meyering | |
2004-05-10 | . | Jim Meyering | |
2004-05-10 | (TESTS): Add trap. | Jim Meyering | |
2004-05-10 | New file. Test for bug fix of 2004-04-18. | Jim Meyering | |
2004-05-10 | Remove this generated file from CVS. | Jim Meyering | |
2004-05-10 | . | Jim Meyering | |
2004-05-09 | . | Jim Meyering | |
2004-05-08 | (TESTS): Add no-give-up. | Jim Meyering | |
2004-05-08 | New file; check for the above fix. | Jim Meyering | |
2004-04-26 | . | Jim Meyering | |
2004-04-26 | Fix typo in env_default comment. | Jim Meyering | |
(18c, 18d): Reverse the order of output lines, so that the test cases conform to POSIX. | |||
2004-04-26 | Fix typo in env_default comment. | Jim Meyering | |
2004-04-19 | . | Jim Meyering | |
2004-04-14 | . | Jim Meyering | |
2004-04-12 | . | Jim Meyering | |
2004-04-08 | . | Jim Meyering | |
2004-04-04 | . | Jim Meyering | |
2004-03-31 | (run_tests): Remove `.orig' file. | Jim Meyering | |
Remove debugging diagnostic. | |||
2004-03-31 | . | Jim Meyering | |
2004-03-31 | . | Jim Meyering | |