Skip to content

Commit

Permalink
tests: fix wget test in utils/trace.exp
Browse files Browse the repository at this point in the history
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
  • Loading branch information
kmk3 committed Aug 28, 2023
1 parent d4a21b4 commit 9620818
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/utils/trace.exp
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ expect {
}
expect {
timeout {puts "TESTING ERROR 8.6\n";exit}
"wget:stat64 index.html" {puts "OK\n";}
"wget:fopen64 index.html" {puts "OK\n";}
"wget:fopen index.html" {puts "OK\n";}
"Parent is shutting down" {puts "OK\n";}
Expand Down

0 comments on commit 9620818

Please sign in to comment.