diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-27 22:52:13 +0100 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2018-12-28 13:32:04 +0100 |
commit | 1476760600eff7c51c78b0ba02f1b08558178289 (patch) | |
tree | 3aa056f2a76b1e2c2319b62349c09db05a5661d7 /testsuite/head.tests | |
parent | 83e7e13628686c3b11ef14dec94fae169ee08c43 (diff) | |
download | busybox-w32-1476760600eff7c51c78b0ba02f1b08558178289.tar.gz busybox-w32-1476760600eff7c51c78b0ba02f1b08558178289.tar.bz2 busybox-w32-1476760600eff7c51c78b0ba02f1b08558178289.zip |
bc: rename config options
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite/head.tests')
-rwxr-xr-x | testsuite/head.tests | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/head.tests b/testsuite/head.tests index 50660d267..97bf889d8 100755 --- a/testsuite/head.tests +++ b/testsuite/head.tests | |||
@@ -31,10 +31,12 @@ testing "head -n <positive number>" \ | |||
31 | "line 1\nline 2\n" \ | 31 | "line 1\nline 2\n" \ |
32 | "" "" | 32 | "" "" |
33 | 33 | ||
34 | optional FEATURE_FANCY_HEAD | ||
34 | testing "head -n <negative number>" \ | 35 | testing "head -n <negative number>" \ |
35 | "head -n -9 head.input" \ | 36 | "head -n -9 head.input" \ |
36 | "line 1\nline 2\nline 3\n" \ | 37 | "line 1\nline 2\nline 3\n" \ |
37 | "" "" | 38 | "" "" |
39 | SKIP= | ||
38 | 40 | ||
39 | rm head.input | 41 | rm head.input |
40 | 42 | ||