aboutsummaryrefslogtreecommitdiffstats
path: root/test/fs/private-whitelist.exp
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-02-19 17:30:42 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-02-20 17:39:31 -0300
commitb406b2420a0dda3ea96f19bd8867a9564901f154 (patch)
tree4e125ece8611421b939d627dadffbca2bb962ca5 /test/fs/private-whitelist.exp
parentextract_seccomp.c: use "do while" in macro definition (diff)
downloadfirejail-b406b2420a0dda3ea96f19bd8867a9564901f154.tar.gz
firejail-b406b2420a0dda3ea96f19bd8867a9564901f154.tar.zst
firejail-b406b2420a0dda3ea96f19bd8867a9564901f154.zip
tests: Fix mixed space/tabs indentation
Command used to find the errors: $ git grep -I '^ [^*]' -- test/ Misc: All of the affected files were added in 2016.
Diffstat (limited to 'test/fs/private-whitelist.exp')
-rwxr-xr-xtest/fs/private-whitelist.exp6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/fs/private-whitelist.exp b/test/fs/private-whitelist.exp
index eaad5700d..bf95e40dd 100755
--- a/test/fs/private-whitelist.exp
+++ b/test/fs/private-whitelist.exp
@@ -32,9 +32,9 @@ send -- "ls -a ~ | wc -l\r"
32expect { 32expect {
33 timeout {puts "TESTING ERROR 4\n";exit} 33 timeout {puts "TESTING ERROR 4\n";exit}
34 "3" {puts "3\n"} 34 "3" {puts "3\n"}
35 "4" {puts "4\n"} 35 "4" {puts "4\n"}
36 "5" {puts "5\n"} 36 "5" {puts "5\n"}
37 "6" {puts "6\n"} 37 "6" {puts "6\n"}
38} 38}
39 39
40sleep 1 40sleep 1