commit | 1476760600eff7c51c78b0ba02f1b08558178289 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Thu Dec 27 22:52:13 2018 +0100 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Fri Dec 28 13:32:04 2018 +0100 |
tree | 3aa056f2a76b1e2c2319b62349c09db05a5661d7 | |
parent | 83e7e13628686c3b11ef14dec94fae169ee08c43 [diff] [blame] |
bc: rename config options Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/testsuite/head.tests b/testsuite/head.tests index 50660d2..97bf889 100755 --- a/testsuite/head.tests +++ b/testsuite/head.tests
@@ -31,10 +31,12 @@ "line 1\nline 2\n" \ "" "" +optional FEATURE_FANCY_HEAD testing "head -n <negative number>" \ "head -n -9 head.input" \ "line 1\nline 2\nline 3\n" \ "" "" +SKIP= rm head.input