aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-28 17:01:51 -0300
committerLibravatar Kelvin M. Klann <kmk3.code@protonmail.com>2023-08-28 19:03:09 -0300
commit2dc28f636eb5d8c1488c2ae01b538de7c38429d4 (patch)
treed115253a97ceee23d64d8da73bf08ff3b5704862 /test
parenttests: increase the timeouts in wget.exp and build.exp (diff)
downloadfirejail-2dc28f636eb5d8c1488c2ae01b538de7c38429d4.tar.gz
firejail-2dc28f636eb5d8c1488c2ae01b538de7c38429d4.tar.zst
firejail-2dc28f636eb5d8c1488c2ae01b538de7c38429d4.zip
tests: fix wget test in utils/trace.exp
This should fix the following error[1]: runner@fv-az1230-523:~/work/firejail/firejail/test/utils$ <ail/test/utils$ firejail --trace wget -q debian.org [...] 5:wget:stat64 index.html:-1 5:wget:stat64 index.html:-1 5:wget:stat64 /home/runner/.netrc:-1 5:wget:socket AF_INET SOCK_STREAM IPPROTO_IP:4 5:wget:connect 4 151.101.66.132 port 80:0 5:wget:stat64 index.html:-1 5:wget:stat64 index.html:-1 5:wget:stat64 index.html:-1 [...] TESTING ERROR 8.6 [1] https://github.com/kmk3/firejail/actions/runs/6004266783/job/16284476671
Diffstat (limited to 'test')
-rwxr-xr-xtest/utils/trace.exp1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/utils/trace.exp b/test/utils/trace.exp
index 3805955d7..48b37dc0a 100755
--- a/test/utils/trace.exp
+++ b/test/utils/trace.exp
@@ -73,6 +73,7 @@ expect {
73} 73}
74expect { 74expect {
75 timeout {puts "TESTING ERROR 8.6\n";exit} 75 timeout {puts "TESTING ERROR 8.6\n";exit}
76 "wget:stat64 index.html" {puts "OK\n";}
76 "wget:fopen64 index.html" {puts "OK\n";} 77 "wget:fopen64 index.html" {puts "OK\n";}
77 "wget:fopen index.html" {puts "OK\n";} 78 "wget:fopen index.html" {puts "OK\n";}
78 "Parent is shutting down" {puts "OK\n";} 79 "Parent is shutting down" {puts "OK\n";}