aboutsummaryrefslogtreecommitdiff
path: root/testsuite/head.tests (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bc: rename config optionsDenys Vlasenko2018-12-281-0/+2
| | | | Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* head: convert existing tests to new-styleThomas De Schampheleire2018-09-221-0/+10
| | | | | Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
* head: add test case for negative -n invocationThomas De Schampheleire2018-09-221-0/+31
Commit 2da9724b56169f00bd7fb6b9a11c9409a7620981 broke 'head -n -1' and was later reverted with 0d598ab9f03dbf320f7b81c05e4a94cb303dfbc7. This commit adds a test case to avoid future breakage. Signed-off-by: Thomas De Schampheleire <thomas.de_schampheleire@nokia.com> Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>