Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-02 | Redirect stderr to /dev/null so the | Jim Meyering | |
M+N records in/out don't pollute `make check' output. | |||
2005-11-02 | (sk-seek4): New test, to exercise the bug | Jim Meyering | |
fixed on 2005-10-31. This test uses the new, IN_PIPE specifier. | |||
2005-11-02 | Accept a new type of input specifier: IN_PIPE, | Jim Meyering | |
to indicate that the input file should be piped into the command under test (via `cat FILE | $prog ...'). | |||
2005-11-02 | . | Jim Meyering | |
2005-11-02 | test for today's fix | Jim Meyering | |
2005-11-02 | (TESTS): Add dir-nonrecur. | Jim Meyering | |
2005-11-01 | Add y2000 test. | Paul Eggert | |
2005-11-01 | "tail -c 2 FILE" now operates as POSIX 1003.1-2001 requires. | Paul Eggert | |
2005-11-01 | (c-2, c-2-minus, c2, c2-minus): New tests. | Paul Eggert | |
(test_vector): Add special cases for _POSIX2_VERSION, and regularize the old ones a bit. | |||
2005-10-30 | Require that the test be run as non-root. | Paul Eggert | |
2005-10-25 | (other-wr): Add an explicit test for | Jim Meyering | |
the dircolors bug (NULL-dereference) fixed yesterday. | |||
2005-10-24 | . | Jim Meyering | |
2005-10-24 | (TESTS): Add p-slashdot. | Jim Meyering | |
2005-10-24 | New test, for "mkdir -p" failure. | Jim Meyering | |
2005-10-24 | (TESTS): Add d-slashdot. | Jim Meyering | |
2005-10-24 | New test, for "install -d" failure. | Jim Meyering | |
2005-10-23 | . | Jim Meyering | |
2005-10-23 | test scripts from David Madore | Jim Meyering | |
2005-10-23 | (TESTS): Add new sha224sum, sha256sum, sha384sum, sha512sum test scripts | Jim Meyering | |
here rather that each in its own directory. | |||
2005-10-23 | (million-a): Add the "million a's" test (one of the FIPS test vectors). | Jim Meyering | |
2005-10-22 | *** empty log message *** | Jim Meyering | |
2005-10-20 | . | Jim Meyering | |
2005-10-20 | (TESTS): Add octal. | Jim Meyering | |
2005-10-20 | New file, to exercise today's lib/modechange.c fix. | Jim Meyering | |
2005-10-19 | (quote): Add test for the above fix. | Jim Meyering | |
2005-10-18 | Add a comment explaining (probably) why this | Jim Meyering | |
test fails on OpenBSD 3.2 when run in an NFS-mounted directory. | |||
2005-10-01 | Add a test for this: | Jim Meyering | |
(main): Don't stop processing arguments upon the first invalid one. | |||
2005-09-28 | Work around a bug in FreeBSD 5.0. | Jim Meyering | |
2005-09-26 | Test "touch -" too. | Paul Eggert | |
2005-09-26 | . | Jim Meyering | |
2005-09-26 | (TESTS): Add read-only. | Jim Meyering | |
2005-09-26 | New test, for root of chmod/usage failure. | Jim Meyering | |
2005-09-26 | Work around the root cause of alpha-linux-1.sf.net test failure. | Jim Meyering | |
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 | Undo the s/files/file/ change, but add | Jim Meyering | |
comments about why the old version was desired. | |||
2005-09-25 | (setuid-etc): Work around output mismatch when | Jim Meyering | |
a just-created test file cannot be made set-group-ID. | |||
2005-09-25 | Use newer trap and tmpdir-creation framework. | Jim Meyering | |
Fix apparent typos (s/files/file/) in inner loop. | |||
2005-09-24 | (eq-wid-1, eq-wid-2): Disable these tests for now. | Jim Meyering | |
They fail with non-gcc compilers and some combinations of options and libraries on Solaris systems. | |||
2005-09-24 | (uninit-64): Restore this test. | Jim Meyering | |
Add start-up code to detect, and work around, the cases in which the test might fail. | |||
2005-09-24 | (uninit-64): Remove this test. It wasn't | Paul Eggert | |
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-23 | . | Jim Meyering | |
2005-09-22 | . | Jim Meyering | |
2005-09-22 | Regenerate. | Paul Eggert | |
2005-09-21 | Require that this test be run as non-root. | Jim Meyering | |
Otherwise, it fails due to the fact that the chmod 0 . doesn't affect root. | |||
2005-09-20 | tweak | Jim Meyering | |
2005-09-16 | (rfc822-1): Compensate for Solaris 5.9's /bin/sh, | Jim Meyering | |
which emits a diagnostic to stderr when this test's LC_ALL=de_DE cannot be honored. | |||
2005-09-16 | whoops. Update expected output, too. | Jim Meyering | |
2005-09-16 | (subfmt-up1): Put quotes around format string | Jim Meyering | |
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 | Regenerate. | Paul Eggert | |
2005-09-16 | (subfmt-up1): Test the combination of the | Jim Meyering | |
to-upper-case modifier (^) and a conversion specifier that expands to a string containing lower case characters. | |||
2005-09-14 | (tz-5w, tz-5wf): Test new %:z format with a field width. | Jim Meyering | |