From e1cb7ce296af09a9ff8438e72cd1b3ce0ebae079 Mon Sep 17 00:00:00 2001 From: Reiner Herrmann Date: Thu, 28 Jul 2022 18:54:05 +0200 Subject: 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. --- test/utils/trace.exp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'test') diff --git a/test/utils/trace.exp b/test/utils/trace.exp index f14001c88..beb59d337 100755 --- a/test/utils/trace.exp +++ b/test/utils/trace.exp @@ -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" -- cgit v1.2.3-54-g00ecf