summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2004-08-05Regenerate.Paul Eggert
2004-08-03(wide-1, wide-2, bad-suffix): Adjust to today's fmt.c fixes.Paul Eggert
2004-08-02Regenerate.Paul Eggert
2004-07-28Test for proper handling of uids likePaul Eggert
"010", which must be parsed as decimal.
2004-07-28Regenerate.Paul Eggert
2004-07-28Don't assume that Perl's getpwd agrees with ourPaul Eggert
pwd when there are multiple names for the working directory (which can happen with an automounter, sigh).
2004-07-28Regenerate.Paul Eggert
2004-07-28Don't assume that we can remove the working directory in tests.Paul Eggert
2004-07-23Regenerate.Paul Eggert
2004-07-22Regenerate.Paul Eggert
2004-07-22Reinstate f-1 test, since we now pass.Paul Eggert
Add a new commented-out f-2 test, which we still fail. (test_vector): All f-* tests are special cases, not just f-1.
2004-07-12Regenerate.Paul Eggert
2004-07-08printf cleanup, to avoid undefined behavior, to add support forJim Meyering
formats that Bash supports, and to support wide integers like Bash does. Add tests for the above.
2004-07-06.Jim Meyering
2004-07-06.Jim Meyering
2004-07-06renamed from ../misc/readlineJim Meyering
2004-07-06.Jim Meyering
2004-07-06From Dmitry V. LevinJim Meyering
2004-07-06(SUBDIRS): Add readlink.Jim Meyering
2004-07-06(TESTS): Remove basic readlink test.Jim Meyering
2004-07-06renamed to ../readlink/rl-1Jim Meyering
2004-06-30Change `filesystem' to `file system' in a comment.Jim Meyering
2004-06-29Don't let verbose-mode output from a subshell obscure actual differences.Jim Meyering
Turn off command-echoing just before invoking subshell, then turn it back on if VERBOSE=yes afterward.
2004-06-28Add a test to verify that we get the newJim Meyering
diagnostic when failing to copy through a symlink-to-inaccessible-dir.
2004-06-28Don't assume "mv --target=nonexistentdir" will complain about the arg count.Jim Meyering
Adjust to new (briefer) diagnostics.
2004-06-27See whether a trailing slash is followed too far.Jim Meyering
2004-06-25Add test for ln subscript error.Jim Meyering
2004-06-23Replace all occurrences of `(exit N); exit' withJim Meyering
`(exit N); exit N'. Otherwise, those many tests could exit with improper exit status when exiting via e.g., a trapped interrupt. Thanks to a report from Bob Proulx.
2004-06-21Quote "$PATH" in PATH=$PATH.Jim Meyering
2004-06-21When running as root, be sure to propagateJim Meyering
PATH through to the process we exec as non-root.
2004-06-21Adjust to new diagnostics.Jim Meyering
2004-06-15Adjust to the new semantics for \x if POSIXLY_CORRECT.Jim Meyering
2004-06-14.Jim Meyering
2004-06-14(TESTS): Add pwd.Jim Meyering
(BUILD_SRC_DIR): Define BUILD_SRC_DIR.
2004-06-14New test, for fix of 2004-04-19.Jim Meyering
2004-06-09Adjust to accommodate Paul Eggert's changes of 2004-06-08.Jim Meyering
2004-06-08.Jim Meyering
2004-06-08Test that chgrp -h does not fail onJim 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-08Adjust error-diagnostic spelling to match new behavior.Jim Meyering
2004-06-08Do not attempt to combine -h and -H; theseJim 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-08Use chown --from to discover whether theJim 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-02Add tests of --output-delimiter=S with abutting and overlapping byte ranges.Jim Meyering
2004-06-02.Jim Meyering
2004-06-02New 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-31regenerateJim Meyering
2004-05-312004-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.