aboutsummaryrefslogtreecommitdiffstats
path: root/tests/cut/Test.pm (follow)
AgeCommit message (Collapse)AuthorFilesLines
2008-05-06tests: remove directory, tests/cut/Jim Meyering1-137/+0
* configure.ac (AC_CONFIG_FILES): Remove tests/cut/Makefile. * tests/Makefile.am (SUBDIRS): Remove cut. * tests/misc/cut: Many new tests, from... * tests/cut/Test.pm: ...here. Remove file.
2007-12-01Change comments: say bug present up to coreutils-6.9, not fixed in 6.10.Jim Meyering1-1/+1
* tests/cut/Test.pm: Adjust comment. * tests/misc/cut: Likewise. * tests/misc/ls-misc: Likewise. * tests/misc/od: Likewise. * tests/misc/stty-invalid: Likewise. * tests/tr/Test.pm: Likewise.
2007-07-23Update all copyright notices to use the newer form.Jim Meyering1-5/+3
2007-07-10Change "version 2" to "version 3" in all copyright notices.Jim Meyering1-1/+1
2007-05-22"cut -f 2-0" now fails; before, it was equivalent to "cut -f 2-"Jim Meyering1-1/+8
Also, diagnose the '-' in "cut -f -" as an invalid range, rather than interpreting it as the unlimited range, "1-". * NEWS: Mention these changes. * src/cut.c (set_fields): Don't interpret an accumulator "value" of 0 as an unspecified range endpoint. Give better diagnostics. Adjust a comment so that it is true also for 64-bit size_t. * tests/cut/Test.pm: Add tests for the above.
2006-08-17Add/fix copyright notices and adjust to latest GNU FDL.Paul Eggert1-0/+20
2004-06-02Add tests of --output-delimiter=S with abutting and overlapping byte ranges.Jim Meyering1-0/+7
2003-07-23(out-delim3a): New test.Jim Meyering1-0/+1
2003-07-22New test for the above fix.Jim Meyering1-0/+2
2003-01-09(out-delim1, ..., out-delim5): Test new functionality.Jim Meyering1-0/+11
1999-03-07New test: 8bit-delim.Jim Meyering1-0/+3
1998-07-30Avoid broken pipe message for tests that fail with usage errors.Jim Meyering1-3/+8
1998-07-29Avoid broken pipe for 'y' and 'z' tests.Jim Meyering1-0/+4
From Andreas.
1998-07-26Add tests for new --output-delimiter option,Jim Meyering1-0/+5
as well as for NUL input delimiter (--delimiter='').
1997-04-04Add test from Phil Richards.Jim Meyering1-0/+6
1997-01-30Do each test three times.Jim Meyering1-0/+2
1997-01-13Rename tests so that the associated filesJim Meyering1-4/+4
have names that are distinct even on filesystems on which file names are case insensitive.
1996-12-22Use test_vector, not array @t.Jim Meyering1-13/+17
1996-09-30Reversed order of flags and input.Jim Meyering1-40/+40
1996-09-30.Jim Meyering1-0/+62