summaryrefslogtreecommitdiff
path: root/tests/ls
AgeCommit message (Collapse)Author
1998-07-25.Jim Meyering
1998-05-30Clean up ctime test. Note that it fails alsoJim Meyering
on Solaris5.5.1 tmpfs file systems.
1998-05-27.Jim Meyering
1998-05-27(TESTS): s/cr-1/rt-1/Jim Meyering
1998-05-27.Jim Meyering
1998-05-27Don't use the ctime for testing, it is impossible to set it reliably.Jim Meyering
1998-05-03.Jim Meyering
1998-04-11.Jim Meyering
1998-04-01.Jim Meyering
1998-04-01(TESTS): Add cr-1.Jim Meyering
1998-03-31.Jim Meyering
1998-03-23.Jim Meyering
1998-02-25.Jim Meyering
1998-02-07.Jim Meyering
1998-02-07.Jim Meyering
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-22.Jim Meyering
1998-01-22(TESTS_ENVIRONMENT): Add TOUCH.Jim Meyering
1998-01-22Use GNU touch to work around problems with NFS caching and/or clock skew.Jim Meyering
1998-01-10.Jim Meyering
1998-01-10*** empty log message ***Jim Meyering
1998-01-10*** empty log message ***Jim Meyering
1998-01-10use sh-script test, not Test.pm frameworkJim Meyering
1998-01-10*** empty log message ***Jim Meyering
1998-01-10.Jim Meyering
1997-11-09add -*-Makefile-*- to first lineJim Meyering
1997-09-14.Jim Meyering
1997-07-10Include $0 in `wrong number of elements...' message.Jim Meyering
1997-07-10Remove $. from duplicate test name messageJim Meyering
1997-07-09*** empty log message ***Jim Meyering
1997-07-09.Jim Meyering
1997-07-04Redirect output of cmp to /dev/null.Jim Meyering
1997-07-04(validate): Create test files in $(srcdir), not in build dir.Jim Meyering
1997-06-29Set and export LANGUAGE, LC_ALL, and LANGJim Meyering
so tests get english strings. From Ulrich Drepper.
1997-06-29.Jim Meyering
1997-06-14.Jim Meyering
1997-05-24.Jim Meyering
1997-05-02.Jim Meyering
1997-03-23.Jim Meyering
1997-03-13.Jim Meyering
1997-02-03.Jim Meyering
1997-02-01(spec_to_list): Warn about all filenames that exceed max-length before dying.Jim Meyering
1997-02-01.Jim Meyering
1997-02-01update for 20.1 patch from rolandJim Meyering
1997-01-30correctly compute number of testsJim Meyering
1997-01-30.Jim Meyering
1997-01-29Allow each test to be run any or all of three different ways. ProgramJim Meyering
input may be specified via a file or files listed on the command line, via input redirection (if there's only one file), or via a pipe.
1997-01-28Remove `t' prefix on all generated test file names.Jim Meyering
Change suffixes from (.in, .exp, .out, .err) to (.I, .X, .O, .E). Ensure that no test file (generated or maintainer-supplied) has a longer than 14 characters.
1997-01-26Interpret `input arg is a hashJim Meyering
reference' as meaning that the tested program will read no input. Most of the tests for the date program use this feature. Also for date, the generated script now reflects specification (in Test.pm) of default and per-test environment settings.