Paul Eggert
d9b19cac60
Require that the test be run as non-root.
2005-10-30 21:44:53 +00:00
Jim Meyering
7a3af1eb39
(other-wr): Add an explicit test for
...
the dircolors bug (NULL-dereference) fixed yesterday.
2005-10-25 12:00:51 +00:00
Jim Meyering
8578313a4a
.
2005-10-24 13:44:58 +00:00
Jim Meyering
075b283689
(TESTS): Add p-slashdot.
2005-10-24 13:42:21 +00:00
Jim Meyering
e082e26ce0
New test, for "mkdir -p" failure.
2005-10-24 13:42:02 +00:00
Jim Meyering
f169968735
(TESTS): Add d-slashdot.
2005-10-24 13:41:41 +00:00
Jim Meyering
465b852e3b
New test, for "install -d" failure.
2005-10-24 13:41:17 +00:00
Jim Meyering
708c4e6682
.
2005-10-23 16:00:59 +00:00
Jim Meyering
c5795228dd
test scripts from David Madore
2005-10-23 15:46:39 +00:00
Jim Meyering
1ad9207ebb
(TESTS): Add new sha224sum, sha256sum, sha384sum, sha512sum test scripts
...
here rather that each in its own directory.
2005-10-23 15:46:14 +00:00
Jim Meyering
4d895ec806
(million-a): Add the "million a's" test (one of the FIPS test vectors).
2005-10-23 14:32:18 +00:00
Jim Meyering
d0df944db9
*** empty log message ***
2005-10-22 18:11:07 +00:00
Jim Meyering
c3d97a0aa6
.
2005-10-20 14:30:53 +00:00
Jim Meyering
d87b9dfa10
(TESTS): Add octal.
2005-10-20 14:27:03 +00:00
Jim Meyering
eaecbde30d
New file, to exercise today's lib/modechange.c fix.
2005-10-20 14:24:29 +00:00
Jim Meyering
276ecc89de
(quote): Add test for the above fix.
2005-10-19 07:30:48 +00:00
Jim Meyering
efad655ef4
Add a comment explaining (probably) why this
...
test fails on OpenBSD 3.2 when run in an NFS-mounted directory.
2005-10-18 09:14:36 +00:00
Jim Meyering
5c8ecd2831
Add a test for this:
...
(main): Don't stop processing arguments upon the first invalid one.
2005-10-01 08:02:09 +00:00
Jim Meyering
bfb5ed16a2
Work around a bug in FreeBSD 5.0.
2005-09-28 18:33:11 +00:00
Paul Eggert
4b2dd7730a
Test "touch -" too.
2005-09-26 23:02:34 +00:00
Jim Meyering
8149b5a566
.
2005-09-26 07:34:41 +00:00
Jim Meyering
e3ce1ce8f7
(TESTS): Add read-only.
2005-09-26 07:32:08 +00:00
Jim Meyering
8507dc0375
New test, for root of chmod/usage failure.
2005-09-26 07:31:57 +00:00
Jim Meyering
6540422861
Work around the root cause of alpha-linux-1.sf.net test failure.
...
Remove all files in inner loop.
Otherwise, with a touch program that fails on unwritable files,
(this happens at least on linux-2.2.20) a -w file left behind
from a previous iteration could cause a spurious test failure.
2005-09-26 07:25:23 +00:00
Jim Meyering
c5e9d78786
Undo the s/files/file/ change, but add
...
comments about why the old version was desired.
2005-09-26 07:20:22 +00:00
Jim Meyering
b1e97405b2
(setuid-etc): Work around output mismatch when
...
a just-created test file cannot be made set-group-ID.
2005-09-25 20:46:30 +00:00
Jim Meyering
ae296eb195
Use newer trap and tmpdir-creation framework.
...
Fix apparent typos (s/files/file/) in inner loop.
2005-09-25 09:58:00 +00:00
Jim Meyering
78e2e5d5a5
(eq-wid-1, eq-wid-2): Disable these tests for now.
...
They fail with non-gcc compilers and some combinations
of options and libraries on Solaris systems.
2005-09-24 10:06:29 +00:00
Jim Meyering
01b7701a24
(uninit-64): Restore this test.
...
Add start-up code to detect, and work around, the cases in
which the test might fail.
2005-09-24 07:57:36 +00:00
Paul Eggert
0c42a4951b
(uninit-64): Remove this test. It wasn't
...
portable in theory (it doesn't work on hosts where 'int' is 64
bits, example) or in practice (Solaris 8 localtime returns garbage
in tm_year for the specified date, but that's not coreutils's
fault).
2005-09-24 07:05:27 +00:00
Jim Meyering
a40376f4c5
.
2005-09-23 20:14:20 +00:00
Jim Meyering
fc6f1f7f9c
.
2005-09-22 09:47:36 +00:00
Paul Eggert
9bbbf30543
Regenerate.
2005-09-22 07:07:36 +00:00
Jim Meyering
a559a19405
Require that this test be run as non-root.
...
Otherwise, it fails due to the fact that the chmod 0 . doesn't
affect root.
2005-09-21 14:05:45 +00:00
Jim Meyering
3fcdbfdfda
tweak
2005-09-20 13:24:29 +00:00
Jim Meyering
105ae85e38
(rfc822-1): Compensate for Solaris 5.9's /bin/sh,
...
which emits a diagnostic to stderr when this test's LC_ALL=de_DE
cannot be honored.
2005-09-16 18:07:46 +00:00
Jim Meyering
d43700c169
whoops. Update expected output, too.
2005-09-16 17:54:34 +00:00
Jim Meyering
b02c170d2f
(subfmt-up1): Put quotes around format string
...
to protect `^' from interpretation by some shells.
Add a use of OUT_SUBST to compensate for Solaris strftime's slightly
different formatting of %c.
2005-09-16 17:53:40 +00:00
Paul Eggert
96971b59be
Regenerate.
2005-09-16 07:58:03 +00:00
Jim Meyering
8a11d99e7d
(subfmt-up1): Test the combination of the
...
to-upper-case modifier (^) and a conversion specifier that
expands to a string containing lower case characters.
2005-09-16 06:54:19 +00:00
Jim Meyering
f6198493b8
(tz-5w, tz-5wf): Test new %:z format with a field width.
2005-09-14 09:54:15 +00:00
Paul Eggert
20b858a1e6
Add tz-1 through tz-5.
2005-09-14 06:58:44 +00:00
Paul Eggert
7cc7ac0574
Add tests for --rfc-3339.
2005-09-13 22:09:03 +00:00
Jim Meyering
aadcf5b2e4
.
2005-09-10 14:16:53 +00:00
Jim Meyering
5c2d345121
Add test for the bug fixed today.
2005-09-10 14:06:29 +00:00
Paul Eggert
97f9677790
Regenerate.
2005-09-09 21:21:16 +00:00
Jim Meyering
da31244e99
(neg-secs2, fill-1, fill-2): Add new tests.
2005-09-09 07:22:27 +00:00
Jim Meyering
ae14879ab9
(setuid-etc): New test, for today's addition of colorization for
...
setuid, setgid files and sticky, other-writable, sticky-and-other-writable
directories.
2005-09-05 17:13:09 +00:00
Jim Meyering
bbd6e2ef20
.
2005-09-04 20:08:25 +00:00
Jim Meyering
a8819700e1
Remove terminating "\n"s once again.
...
Automatically add them whenever EXIT != 0.
2005-08-17 20:20:33 +00:00