diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2020-06-09 15:58:32 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2020-06-09 15:58:32 +0200 |
commit | 002be6e821eedfa190c5b060e7b61acb306c2a92 (patch) | |
tree | 3eb0d206c179a42807947060b666f816cee7cca6 /testsuite | |
parent | b2ab920716f640cbaaf486512ba177f4e0b597c5 (diff) | |
download | busybox-002be6e821eedfa190c5b060e7b61acb306c2a92.tar.gz |
sysctl: do report EACCES errors on write
function old new delta
sysctl_act_recursive 165 179 +14
sysctl_act_on_setting 467 471 +4
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 18/0) Total: 18 bytes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'testsuite')
-rwxr-xr-x | testsuite/unexpand.tests | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/unexpand.tests b/testsuite/unexpand.tests index 4ab693ec8..aeaae13f0 100755 --- a/testsuite/unexpand.tests +++ b/testsuite/unexpand.tests @@ -33,8 +33,8 @@ testing "unexpand case 8" "unexpand" \ testcase() { - testing "unexpand flags $*" "unexpand $*" \ - "$want" "" ' a b c' + testing "unexpand flags $*" "unexpand $*" \ + "$want" "" ' a b c' } # tabs=8, Convert only leading sequences of blanks |