From 350464f5072873d91af1e5429c08ee948247eb9f Mon Sep 17 00:00:00 2001 From: Kamil Dudka Date: Mon, 31 Aug 2020 17:41:28 +0200 Subject: [PATCH] acl.spec: expand tabs in the spec file ... to keep the indentation style consistent --- acl.spec | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/acl.spec b/acl.spec index 8aabcfa..c0d26f2 100644 --- a/acl.spec +++ b/acl.spec @@ -60,15 +60,15 @@ if ./setfacl -m "u:$(id -u):rwx" .; then # of the 'bin' group in order not to fail. Prevent the test from # running if we detect that its requirements are not met (#1085389). if id -nG daemon | { ! grep bin >/dev/null; }; then - sed -e 's|test/root/permissions.test||' \ - -i test/Makemodule.am Makefile.in Makefile - fi + sed -e 's|test/root/permissions.test||' \ + -i test/Makemodule.am Makefile.in Makefile + fi - # test/root/setfacl.test fails if 'bin' user cannot access build dir - if ! runuser -u bin -- "${PWD}/setfacl" --version; then - sed -e 's|test/root/setfacl.test||' \ - -i test/Makemodule.am Makefile.in Makefile - fi + # test/root/setfacl.test fails if 'bin' user cannot access build dir + if ! runuser -u bin -- "${PWD}/setfacl" --version; then + sed -e 's|test/root/setfacl.test||' \ + -i test/Makemodule.am Makefile.in Makefile + fi fi # run the upstream test-suite