Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2004-01-20 | Run envvar-check in case SIMPLE_BACKUP_SUFFIX is set. | Jim Meyering | |
2004-01-19 | don't bother to remove out.1 | Jim Meyering | |
2004-01-17 | . | Jim Meyering | |
2004-01-17 | (PATH): Remove /vg. | Jim Meyering | |
2004-01-16 | *** empty log message *** | Jim Meyering | |
2004-01-16 | (TESTS): Add relative. | Jim Meyering | |
2004-01-12 | . | Jim Meyering | |
2004-01-11 | . | Jim Meyering | |
2004-01-11 | . | Jim Meyering | |
2004-01-10 | Use backticks, not $(). | Jim Meyering | |
2004-01-09 | *** empty log message *** | Jim Meyering | |
2004-01-09 | (TESTS): Add expand. | Jim Meyering | |
2004-01-09 | . | Jim Meyering | |
2004-01-09 | . | Jim Meyering | |
2004-01-08 | (TESTS_ENVIRONMENT): Remove `/vg' (prerelease test | Jim Meyering | |
remnant) from PATH component. That would cause tests in this directory not to run the just-built binaries, but rather whatever happened to be in one's PATH. Reported by Christian Krackowizer. | |||
2003-12-30 | (tv): Avoid obsolete -o usage. | Jim Meyering | |
2003-12-27 | . | Jim Meyering | |
2003-12-24 | (TESTS): Add m-option. | Jim Meyering | |
2003-12-24 | . | Jim Meyering | |
2003-12-20 | . | Jim Meyering | |
2003-12-20 | . | Jim Meyering | |
2003-12-20 | remove /vg | Jim Meyering | |
2003-12-20 | . | Jim Meyering | |
2003-12-20 | . | Jim Meyering | |
2003-12-20 | . | Jim Meyering | |
2003-12-20 | (root-hint): Tweak wording. | Jim Meyering | |
2003-12-20 | New test for the above. | Jim Meyering | |
2003-12-20 | (TESTS): Add unblock-sync. | Jim Meyering | |
2003-12-19 | Double quote back-ticked expression, | Jim Meyering | |
in case it ends up having an unexpected value. | |||
2003-12-19 | Use ls's -1 option in both runs. | Jim Meyering | |
2003-12-18 | . | Jim Meyering | |
2003-12-12 | . | Jim Meyering | |
2003-12-08 | Don't assume that 'ls' output is fixed-width. | Jim Meyering | |
2003-12-08 | Don't assume that 'ls' output is fixed-width. | Jim Meyering | |