aboutsummaryrefslogtreecommitdiffstats
path: root/tests/seq/basic (follow)
AgeCommit message (Collapse)AuthorFilesLines
2007-09-15Move the sole test in tests/seq to tests/misc/seq.Jim Meyering1-101/+0
* tests/seq/basic: Move this file to ... * tests/misc/seq: ...here. Don't rely on $PROG in env. * tests/misc/Makefile.am (TESTS): Add seq. * tests/Makefile.am (SUBDIRS): Remove seq. * tests/seq: Remove the directory. * configure.ac (AC_CONFIG_FILES): Remove tests/seq/Makefile
2007-08-18Run each Coreutils.pm-based test in its own subdirectory.Jim Meyering1-2/+2
* tests/CuTmpdir.pm: New file. * tests/Makefile.am (EXTRA_DIST): Add CuTmpdir.pm. * tests/misc/od, tests/misc/base64, tests/misc/basename: * tests/misc/cut, tests/misc/date, tests/misc/dirname: * tests/misc/expand, tests/misc/fold, tests/misc/head-elide-tail: * tests/misc/paste-no-nl, tests/misc/pr, tests/misc/sha224sum: * tests/misc/sha256sum, tests/misc/sha384sum, tests/misc/sha512sum: * tests/misc/sort-merge, tests/misc/stat-printf, tests/misc/test-diag: * tests/misc/wc-files0-from, tests/misc/xstrtol: * tests/dd/skip-seek, tests/dircolors/simple, tests/du/files0-from: * tests/expr/basic, tests/factor/basic, tests/fmt/basic: * tests/ls-2/tests, tests/md5sum/basic-1, tests/md5sum/newline-1: * tests/seq/basic, tests/sha1sum/basic-1, tests/sha1sum/sample-vec: * tests/sum/basic-1, tests/tsort/basic-1, tests/unexpand/basic-1: * tests/mv/i-1, tests/rm/empty-name, tests/rm/unreadable: Use it. * tests/misc/test-diag: Use "$ENV{abs_top_builddir}/src/test", not "../../src/test", so it works when run from a subdirectory. * tests/ls-2/tests: Create temp files and dirs from within the perl script, so that they're removed, when run from a subdirectory.
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-07-09Fix the automatic number width formatting in seq.P@draigBrady.com1-3/+9
* src/seq.c: Fix the -w logic. Ignore spaces and '+' characters of input numbers when determining width. Set format correctly for input numbers in scientific notation. * tests/seq/basic: Add various number width tests. Details: <http://thread.gmane.org/gmane.comp.gnu.coreutils.bugs/10903> Signed-off-by: Pádraig Brady <Pádraig Brady P@draigBrady.com>
2007-06-22Add test cases for seq off-by-one problem.Pádraig Brady1-1/+8
2006-09-29* tests/seq/basic [neg-2, eq-wid-2]: Comment out tests thatJim Meyering1-2/+3
use .1 as the increment. Actual output varies too much. [eq-wid-3]: New, commented out test.
2006-09-29* tests/seq/basic: Use .11 as the upper bound, in case the ".1"Jim Meyering1-2/+2
increment translates to a slightly larger value. This corrects a test failure on FreeBSD 6.1 reported by Nelson Beebe. The final expected value wasn't being printed.
2006-08-17Add/fix copyright notices and adjust to latest GNU FDL.Paul Eggert1-0/+18
2006-07-01(neg-2): Adjust to new default format.Paul Eggert1-6/+3
(eq-wid-1, eq-wid-2): Resurrect these tests, since the new implementation should do the right thing.
2005-09-24(eq-wid-1, eq-wid-2): Disable these tests for now.Jim Meyering1-2/+5
They fail with non-gcc compilers and some combinations of options and libraries on Solaris systems.
2005-04-20Renamed Fetish package to Coreutils.Paul Eggert1-1/+1
2003-09-05(onearg-2): Output should be empty.Jim Meyering1-1/+1
2003-04-08Run $PERL to see if it is available, rather than testing its value.Jim Meyering1-7/+5
2003-03-20add two more, using space flag characterJim Meyering1-0/+13
2000-04-04Split a long line and tweak for font-lock mode.Jim Meyering1-6/+7
2000-03-01Describe eq-wid-2 failure conditions.Jim Meyering1-0/+3
2000-01-29Back out the 2000-01-21 change.Jim Meyering1-10/+2
Remove associated tests and add two equal-width ones.
2000-01-22Add new tests for the new functionality.Jim Meyering1-0/+11
1999-04-19*** empty log message ***Jim Meyering1-5/+10
1999-04-18.Jim Meyering1-0/+48