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:
Reiner Herrmann 2022-07-28 18:54:05 +02:00
parent 057f431b0a
commit e1cb7ce296

View file

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