From bdb4f03ed9aa1ab47da54369df348db7968c72c1 Mon Sep 17 00:00:00 2001 From: "Kelvin M. Klann" Date: Sat, 25 Feb 2023 14:26:51 -0300 Subject: test2.profile: restore leading spaces As pointed out by @rusty-snake[1]: > I think this is intentional to test if firejail can parse commands > with leading spaces. This amends commit b406b2420 ("tests: Fix mixed space/tabs indentation", 2023-02-19) / PR #5674. Note: This is the only profile in test/ that the commit changed: $ git show --pretty= --name-only b406b2420 -- test/ test/fs/private-whitelist.exp test/network/firemon-route.exp test/profiles/test2.profile [1] https://github.com/netblue30/firejail/pull/5674#discussion_r1117891957 --- test/profiles/test2.profile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/profiles/test2.profile b/test/profiles/test2.profile index 9504f5085..9fbd5219a 100644 --- a/test/profiles/test2.profile +++ b/test/profiles/test2.profile @@ -1,6 +1,6 @@ caps seccomp -private -include test.profile -include test.local -include test25.profile + private + include test.profile + include test.local + include test25.profile -- cgit v1.2.3-54-g00ecf