bc: rename config options

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Denys Vlasenko
2018-12-27 22:52:13 +01:00
parent 83e7e13628
commit 1476760600
4 changed files with 33 additions and 39 deletions

View File

@@ -31,10 +31,12 @@ testing "head -n <positive number>" \
"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