aboutsummaryrefslogtreecommitdiffstats
path: root/test/network/firemon-route.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/network/firemon-route.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/network/firemon-route.exp')
-rwxr-xr-xtest/network/firemon-route.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/network/firemon-route.exp b/test/network/firemon-route.exp
index 707217eea..69cccfeae 100755
--- a/test/network/firemon-route.exp
+++ b/test/network/firemon-route.exp
@@ -33,7 +33,7 @@ expect {
33 "0.0.0.0/0 via 192.168.1.1, dev eth0, metric 0" {puts "Debian testing\n";} 33 "0.0.0.0/0 via 192.168.1.1, dev eth0, metric 0" {puts "Debian testing\n";}
34 "0.0.0.0/0 via 192.168.1.1, dev enp0s3, metric 1024" {puts "Centos 7 testing\n";} 34 "0.0.0.0/0 via 192.168.1.1, dev enp0s3, metric 1024" {puts "Centos 7 testing\n";}
35 "0.0.0.0/0 via 192.168.1.1, dev enp0s3, metric 0" {puts "OpenSUSE testing\n";} 35 "0.0.0.0/0 via 192.168.1.1, dev enp0s3, metric 0" {puts "OpenSUSE testing\n";}
36 "0.0.0.0/0 via 192.168.1.1, dev enp0s3, metric 100" {puts "Arch testing\n";} 36 "0.0.0.0/0 via 192.168.1.1, dev enp0s3, metric 100" {puts "Arch testing\n";}
37} 37}
38expect { 38expect {
39 timeout {puts "TESTING ERROR 4\n";exit} 39 timeout {puts "TESTING ERROR 4\n";exit}