summaryrefslogtreecommitdiff
path: root/testsuite/seq.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: make GNU licensing statement forms more regularDenys Vlasenko2010-08-161-1/+1
| | | | | | | This change retains "or later" state! No licensing _changes_ here, only form is adjusted (article, space between "GPL" and "v2" and so on). Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* tests: fix POSIX shell source styleMike Frysinger2009-11-041-1/+1
| | | | | | | The source command does not search $PWD, and bash recently fixed itself to follow this behavior for /bin/sh. Signed-off-by: Mike Frysinger <vapier@gentoo.org>
* seq: fix testsuite failuresDenys Vlasenko2009-06-151-6/+8
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* fix or document testsuite failuresDenys Vlasenko2009-06-131-0/+3
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* - add seq -w support (Natanael Copa)Bernhard Reutner-Fischer2008-11-121-1/+6
|
* Minor tweaks: remove traces of old $COMMAND environment variable.Rob Landley2006-05-021-1/+0
|
* Re-wordwrap the new tests, and fix seq.c to pass them.Rob Landley2006-04-271-4/+4
|
* - add two regression tests for seq.Bernhard Reutner-Fischer2006-04-271-0/+4
| | | | "seq two arguments equal, arbitrary negative step" fails but should pass..
* Fix "seq 1 1".Rob Landley2006-03-221-0/+1
|
* More test updates.Rob Landley2006-03-161-12/+13
|
* When gnu fails this one we shouldn't let it _hang_...Rob Landley2006-03-011-1/+1
|
* Add a test suite for seq.Rob Landley2006-02-241-0/+31