From 002be6e821eedfa190c5b060e7b61acb306c2a92 Mon Sep 17 00:00:00 2001
From: Denys Vlasenko <vda.linux@googlemail.com>
Date: Tue, 9 Jun 2020 15:58:32 +0200
Subject: 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>
---
 testsuite/unexpand.tests | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'testsuite')

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
-- 
cgit v1.2.3