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:
Kelvin M. Klann 2023-02-19 17:30:42 -03:00
parent 8c0d4ecbdc
commit b406b2420a
3 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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}

View file

@ -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