mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-16 14:16:16 -06:00
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.
This commit is contained in:
parent
8c0d4ecbdc
commit
b406b2420a
3 changed files with 8 additions and 8 deletions
|
|
@ -32,9 +32,9 @@ send -- "ls -a ~ | wc -l\r"
|
|||
expect {
|
||||
timeout {puts "TESTING ERROR 4\n";exit}
|
||||
"3" {puts "3\n"}
|
||||
"4" {puts "4\n"}
|
||||
"5" {puts "5\n"}
|
||||
"6" {puts "6\n"}
|
||||
"4" {puts "4\n"}
|
||||
"5" {puts "5\n"}
|
||||
"6" {puts "6\n"}
|
||||
}
|
||||
|
||||
sleep 1
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ expect {
|
|||
"0.0.0.0/0 via 192.168.1.1, dev eth0, metric 0" {puts "Debian testing\n";}
|
||||
"0.0.0.0/0 via 192.168.1.1, dev enp0s3, metric 1024" {puts "Centos 7 testing\n";}
|
||||
"0.0.0.0/0 via 192.168.1.1, dev enp0s3, metric 0" {puts "OpenSUSE testing\n";}
|
||||
"0.0.0.0/0 via 192.168.1.1, dev enp0s3, metric 100" {puts "Arch testing\n";}
|
||||
"0.0.0.0/0 via 192.168.1.1, dev enp0s3, metric 100" {puts "Arch testing\n";}
|
||||
}
|
||||
expect {
|
||||
timeout {puts "TESTING ERROR 4\n";exit}
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue