summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2004-02-06Remove `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-06remove stray `done' diagnosticJim 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-22Test for just-fixed rmdir bug.Jim Meyering
2004-01-21Remove `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-21Use TZ=UTC0, not TZ=utc (which isn't portable).Jim Meyering
2004-01-20Use 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-20Run envvar-check in case SIMPLE_BACKUP_SUFFIX is set.Jim Meyering
2004-01-19don't bother to remove out.1Jim 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-10Use 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 testJim 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-20remove /vgJim 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-20New test for the above.Jim Meyering
2003-12-20(TESTS): Add unblock-sync.Jim Meyering
2003-12-19Double quote back-ticked expression,Jim Meyering
in case it ends up having an unexpected value.
2003-12-19Use ls's -1 option in both runs.Jim Meyering
2003-12-18.Jim Meyering
2003-12-12.Jim Meyering
2003-12-08Don't assume that 'ls' output is fixed-width.Jim Meyering
2003-12-08Don't assume that 'ls' output is fixed-width.Jim Meyering
2003-12-03.Jim Meyering
2003-11-27.Jim Meyering
2003-11-27Remove new temp file, h-$i.Jim Meyering
2003-11-24Handle another errno variant (HPUX, EPERM).Jim Meyering
2003-11-24upgrade to automake-1.7dJim Meyering