Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-03-29 | Use new OUT_SUBST directive, so that this | Jim Meyering | |
test is not sensitive to system-dependent block size differences. | |||
2004-03-29 | Accept new directives: OUT_SUBST, ERR_SUBST. | Jim Meyering | |
Rename `%tmp' to `%actual'. Reverse order of last two args to _compare_files (to actual, $expected) so as to match declaration. | |||
2004-03-28 | Correct the indentation of a foreach loop. | Jim Meyering | |
2004-03-25 | (zero-len): Add a test for the above. | Jim Meyering | |
2004-03-24 | Test for BLOCKSIZE. Factor the code to simplify it. | Jim Meyering | |
2004-03-24 | Adjust to above changes to src/du.c. | Jim Meyering | |
2004-03-24 | Avoid race condition that could cause | Jim Meyering | |
spurious failure. Based on a patch from Andreas Schwab. | |||
2004-03-22 | (nul-1, nul-2): Adjust expected diagnostics to match corrected output. | Jim Meyering | |
2004-03-21 | Also test with a non-regular file: | Jim Meyering | |
--files0-from=/dev/null | |||
2004-03-21 | Add this comment: | Jim Meyering | |
# -*- perl -*- | |||
2004-03-21 | . | Jim Meyering | |
2004-03-21 | Fix typo in comment. | Jim Meyering | |
2004-03-21 | (TESTS): Add files0-from. | Jim Meyering | |
2004-03-21 | New tests, for --files0-from-F option. | Jim Meyering | |
2004-03-17 | . | Jim Meyering | |
2004-03-17 | (test_vector): New tests epoch, ns-10, ns-max32, ns-relative. | Jim Meyering | |
2004-03-15 | . | Jim Meyering | |
2004-03-15 | *** empty log message *** | Jim Meyering | |
2004-03-15 | *** empty log message *** | Jim Meyering | |
2004-03-15 | New file, to test for just-fixed bug in date. | Jim Meyering | |
See today's change in lib/getdate.y. | |||
2004-03-15 | (TESTS): Add date-sec. | Jim Meyering | |
2004-03-12 | Exit 77 (not 1) if we can't set up for the test. | Jim Meyering | |
This was triggered on a Linux-2.2.19 system using a file system NFS-mounted from some sort of Sun. | |||
2004-03-12 | . | Jim Meyering | |
2004-03-12 | (TESTS): Add part-hardlink. | Jim Meyering | |
2004-03-12 | # Before coreutils-5.2.1, this test would fail. | Jim Meyering | |
2004-03-11 | . | Jim Meyering | |
2004-03-10 | Also convert sizes in the 70-79 kB range, | Jim Meyering | |
so that this test works with SELinux-enable systems. Based on a patch from Tim Waugh. | |||
2004-03-10 | *** empty log message *** | Jim Meyering | |
2004-03-10 | . | Jim Meyering | |
2004-03-10 | (invalid-j): New partial test for the above fix. | Jim Meyering | |
2004-03-02 | Run envvar-check in case BLOCK_SIZE etc. are set. | Jim Meyering | |
2004-03-02 | Run envvar-check in case BLOCK_SIZE etc. are set. | Jim Meyering | |
2004-03-02 | . | Jim Meyering | |
2004-02-22 | add tests for just-fixed bugs | Jim Meyering | |
2004-02-17 | Add id's -u option, so we don't get spurious | Jim Meyering | |
failures when there are no user or group names. | |||
2004-02-17 | `make check' from a build inside a chroot environment would fail | Jim Meyering | |
Specify an argument (`/') for df, in the unusual event that there is no valid entry in /etc/mtab. Patch by Tim Waugh. | |||
2004-02-11 | regenerate from patched Makefile.am.in | Jim Meyering | |
2004-02-11 | ($(srcdir)/Makefile.am): Use more portable | Jim Meyering | |
$(srcdir)/../Makefile.am.in, rather than $<. Suggestion from Michael Elizabeth Chastain. | |||
2004-02-08 | Avoid triggering a bug in OSF/Tru64's sed | Jim Meyering | |
that would cause an unwarranted test failure. | |||
2004-02-06 | Remove `du' stack space test. | Jim Meyering | |
Apparently, `ulimit -s N' isn't portable enough. This test will be restored (with a guard against losing ulimit) in its own file later. | |||
2004-02-06 | remove stray `done' diagnostic | Jim Meyering | |
2004-02-06 | (deep): Remove progress-style diagnostics, | Jim Meyering | |
since this test doesn't take long enough to merit them. Run du on $tmp (the containing dir), not $deep, the full path to leaf. | |||
2004-01-22 | (expected_failure_status_date): Remove, as 'date' is now normal. | Jim Meyering | |
(expected_failure_status_nohup): New var. | |||
2004-01-22 | . | Jim Meyering | |
2004-01-22 | (TESTS): Add fail-perm. | Jim Meyering | |
2004-01-22 | Test for just-fixed rmdir bug. | Jim Meyering | |
2004-01-21 | Remove `command' syntax. | Jim Meyering | |
2004-01-21 | * tests/touch/relative: Test only year/month/day, not hours/min/sec, | Jim Meyering | |
so as to avoid problems with systems using TAI clocks. Although it's no longer necessary, set TZ=UTC0 also for the initial touch command. Reported by Paul Jarc here: http://article.gmane.org/gmane.comp.gnu.core-utils.bugs/1504 | |||
2004-01-21 | Use TZ=UTC0, not TZ=utc (which isn't portable). | Jim Meyering | |
2004-01-20 | Use TZ=UTC0, not TZ=utc (which isn't portable). | Jim Meyering | |
Problem reported by Christian Krackowizer. Also, use +0000 rather than +0 to specify a time zone, as the documentation requires four digits. |