summaryrefslogtreecommitdiff
path: root/tests/ls/time-1
AgeCommit message (Collapse)Author
2007-09-15Parallel "make check" support.Jim Meyering
* build-aux/check.mk: New file, from The Vaucanson Group. * .x-sc_GPL_version: New file, to allow "version 2 or later" in build-aux/check.mk. * Makefile.am (EXTRA_DIST): Add .x-sc_GPL_version. * tests/check.mk: New file. * tests/Makefile.am (EXTRA_DIST): Add check.mk, mkdtemp and test-lib.sh. Begin factoring "sample-test" out of test scripts. * tests/test-lib.sh: New file, to be sourced by all tests that were previously derived from the "sample-test" template. * tests/mkdtemp: New file. * tests/touch/dir-1: Use test-lib.sh. * tests/touch/empty-file: Likewise. * tests/touch/fail-diag: Likewise. * tests/touch/fifo: Likewise. * tests/touch/no-create-missing: Likewise. * tests/touch/no-rights: Likewise. Also, don't sleep. * tests/touch/not-owner: Likewise. * tests/touch/obsolescent: Likewise. * tests/touch/read-only: Likewise. * tests/touch/relative: Likewise. * tests/touch/Makefile.am: Include $(top_srcdir)/tests/check.mk, to get the parallel-"make check" bits. Move a slow test into tests/misc. * tests/check.mk: Wrapper. * tests/ls/time-1: Move this file to tests/misc/ls-time. * tests/misc/ls-time: New file. From tests/ls/time-1. * tests/ls/Makefile.am (TESTS): Remove time-1. * tests/misc/Makefile.am (TESTS): Add ls-time.
2007-08-16* tests/ls/time-1: Include sample-test boilerplate code.Jim Meyering
Remove the then-unnecessary, hard-coded envvar "unset" commands.
2007-07-23Update all copyright notices to use the newer form.Jim Meyering
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering
2006-08-17Add/fix copyright notices and adjust to latest GNU FDL.Paul Eggert
2004-06-23Replace all occurrences of `(exit N); exit' withJim Meyering
`(exit N); exit N'. Otherwise, those many tests could exit with improper exit status when exiting via e.g., a trapped interrupt. Thanks to a report from Bob Proulx.
2004-03-12Exit 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.
2001-05-20Unset QUOTING_STYLE and TIME_STYLE. Set TZ.Jim Meyering
Adjust to change in full-time format. Fix typo in failure messages (-a and -m were interchanged).
2000-10-28source lang-default before the first `cd'Jim Meyering
2000-10-22Source lang-default rather than open-codingJim Meyering
the setting/exporting of LANG, LC_ALL, and LANGUAGE.
2000-09-23Output more information when a test fails.Jim Meyering
2000-05-19(LC_ALL): Set it unconditionally.Jim Meyering
2000-05-15Set LC_ALL to `C' to avoid failure when theJim Meyering
current locale is not C (POSIX). From Matthew Clarke.
1999-12-19remove unused test= stmtJim Meyering
1999-12-08Test more of the framework (touch's -a and -mJim Meyering
options) before running the actual ls test.
1999-12-08s/test_failure/framework_failure/gJim Meyering
1999-12-04List --full-time dates upon failure.Jim Meyering
1999-11-20Use `ls' and `touch', not $LS and $TOUCH.Jim Meyering
1998-05-30Clean up ctime test. Note that it fails alsoJim Meyering
on Solaris5.5.1 tmpfs file systems.
1998-01-24*** empty log message ***Jim Meyering
1998-01-24(test_failure): Note that the SunOS4.1.4 failureJim Meyering
of the ctime test is expected. Rename does not update ctime; link does -- so use ln, not mv.
1998-01-22Use GNU touch to work around problems with NFS caching and/or clock skew.Jim Meyering
1998-01-10*** empty log message ***Jim Meyering
1998-01-10*** empty log message ***Jim Meyering
1998-01-10*** empty log message ***Jim Meyering
1998-01-10.Jim Meyering