Paul Eggert
faca6bfc15
Convert to UTF-8.
2004-08-10 22:47:08 +00:00
Paul Eggert
5d204d4e2f
Regenerate.
2004-08-09 18:51:05 +00:00
Paul Eggert
a3538ea055
Regenerate.
2004-08-05 23:11:21 +00:00
Paul Eggert
8c454fe939
(wide-1, wide-2, bad-suffix): Adjust to today's fmt.c fixes.
2004-08-03 00:03:57 +00:00
Paul Eggert
09e6455c57
Regenerate.
2004-08-02 05:30:48 +00:00
Paul Eggert
adab436e48
Test for proper handling of uids like
...
"010", which must be parsed as decimal.
2004-07-28 23:05:27 +00:00
Paul Eggert
f8fe7f2e43
Regenerate.
2004-07-28 22:32:26 +00:00
Paul Eggert
f4bc6c5d12
Don't assume that Perl's getpwd agrees with our
...
pwd when there are multiple names for the working directory
(which can happen with an automounter, sigh).
2004-07-28 19:23:07 +00:00
Paul Eggert
62824b327f
Regenerate.
2004-07-28 05:26:31 +00:00
Paul Eggert
43309787ce
Don't assume that we can remove the working directory in tests.
2004-07-28 00:06:57 +00:00
Paul Eggert
60a96eb684
Regenerate.
2004-07-23 22:41:52 +00:00
Paul Eggert
af73da6cdf
Regenerate.
2004-07-22 20:58:52 +00:00
Paul Eggert
1391d2dc5c
Reinstate f-1 test, since we now pass.
...
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-22 20:54:53 +00:00
Paul Eggert
70c9129e14
Regenerate.
2004-07-12 06:43:20 +00:00
Jim Meyering
405c640f5b
printf cleanup, to avoid undefined behavior, to add support for
...
formats that Bash supports, and to support wide integers like
Bash does.
Add tests for the above.
2004-07-08 14:03:20 +00:00
Jim Meyering
0f3da8f425
.
2004-07-06 17:30:29 +00:00
Jim Meyering
0966feecc2
.
2004-07-06 16:14:45 +00:00
Jim Meyering
06291f1741
renamed from ../misc/readline
2004-07-06 16:14:40 +00:00
Jim Meyering
0206598b8b
.
2004-07-06 16:14:19 +00:00
Jim Meyering
6ec3b19040
From Dmitry V. Levin
2004-07-06 16:14:15 +00:00
Jim Meyering
519533ed8e
(SUBDIRS): Add readlink.
2004-07-06 16:13:31 +00:00
Jim Meyering
ef09b8426a
(TESTS): Remove basic readlink test.
2004-07-06 16:13:01 +00:00
Jim Meyering
037b7fc0b9
renamed to ../readlink/rl-1
2004-07-06 16:12:39 +00:00
Jim Meyering
2ca3893c92
Change filesystem' to
file system' in a comment.
2004-06-30 22:51:11 +00:00
Jim Meyering
791845693a
Don't let verbose-mode output from a subshell obscure actual differences.
...
Turn off command-echoing just before
invoking subshell, then turn it back on if VERBOSE=yes afterward.
2004-06-29 14:38:32 +00:00
Jim Meyering
d69237e2d6
Add a test to verify that we get the new
...
diagnostic when failing to copy through a symlink-to-inaccessible-dir.
2004-06-28 18:47:24 +00:00
Jim Meyering
fac33c194c
Don't assume "mv --target=nonexistentdir" will complain about the arg count.
...
Adjust to new (briefer) diagnostics.
2004-06-28 18:41:01 +00:00
Jim Meyering
3d14a0d604
See whether a trailing slash is followed too far.
2004-06-27 09:42:45 +00:00
Jim Meyering
9338e5d901
Add test for ln subscript error.
2004-06-25 07:14:08 +00:00
Jim Meyering
112efa81f2
Replace all occurrences of `(exit N); exit' with
...
`(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-23 15:07:00 +00:00
Jim Meyering
ecc187a433
Quote "$PATH" in PATH=$PATH.
2004-06-21 20:40:58 +00:00
Jim Meyering
d55a463d8b
When running as root, be sure to propagate
...
PATH through to the process we exec as non-root.
2004-06-21 17:06:58 +00:00
Jim Meyering
777a96db68
Adjust to new diagnostics.
2004-06-21 15:04:54 +00:00
Jim Meyering
a77a16acbf
Adjust to the new semantics for \x if POSIXLY_CORRECT.
2004-06-15 18:04:47 +00:00
Jim Meyering
78fcbf003a
.
2004-06-14 17:21:55 +00:00
Jim Meyering
5956d74d8b
(TESTS): Add pwd.
...
(BUILD_SRC_DIR): Define BUILD_SRC_DIR.
2004-06-14 17:20:19 +00:00
Jim Meyering
8812a1f12a
New test, for fix of 2004-04-19.
2004-06-14 17:19:46 +00:00
Jim Meyering
0774a224fe
Adjust to accommodate Paul Eggert's changes of 2004-06-08.
2004-06-09 14:45:38 +00:00
Jim Meyering
91476b4612
.
2004-06-08 17:07:19 +00:00
Jim Meyering
57a06c9366
Test that chgrp -h does not fail on
...
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 16:58:28 +00:00
Jim Meyering
5fe68c2d94
Adjust error-diagnostic spelling to match new behavior.
2004-06-08 15:26:45 +00:00
Jim Meyering
f41716a4ef
Do not attempt to combine -h and -H; these
...
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 15:25:59 +00:00
Jim Meyering
8dbd36d925
Use chown --from to discover whether the
...
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 15:25:45 +00:00
Jim Meyering
b50934d2a9
.
2004-06-08 14:58:57 +00:00
Jim Meyering
d53e7ba8a1
.
2004-06-02 21:21:05 +00:00
Jim Meyering
3ce2931ad2
Add tests of --output-delimiter=S with abutting and overlapping byte ranges.
2004-06-02 21:20:23 +00:00
Jim Meyering
709978531b
.
2004-06-02 08:54:32 +00:00
Jim Meyering
27d6dec23d
New tests bs-055, bs-at-end, repeat-Compl.
...
Fix comment for range-a-a.
2004-06-02 08:50:42 +00:00
Jim Meyering
92b4b9ffba
.
2004-06-01 07:49:47 +00:00
Jim Meyering
778326c2e6
.
2004-05-31 12:20:01 +00:00