mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
tests: drop checking for hosts file in trace test
firejail is no longer detecting that /etc/hosts is getting opened. in strace it can still be seen that the file is opened via syscall, but on C library layer (which firejail is tracing) it's probably implemented differently now.
This commit is contained in:
parent
057f431b0a
commit
e1cb7ce296
1 changed files with 0 additions and 4 deletions
|
|
@ -67,10 +67,6 @@ expect {
|
|||
"wget:fopen64 /etc/wgetrc" {puts "OK\n";}
|
||||
"wget:fopen /etc/wgetrc" {puts "OK\n";}
|
||||
}
|
||||
expect {
|
||||
timeout {puts "TESTING ERROR 8.4\n";exit}
|
||||
"wget:fopen /etc/hosts"
|
||||
}
|
||||
expect {
|
||||
timeout {puts "TESTING ERROR 8.5\n";exit}
|
||||
"wget:connect"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue