aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorLibravatar Reiner Herrmann <reiner@reiner-h.de>2022-07-28 18:54:05 +0200
committerLibravatar Reiner Herrmann <reiner@reiner-h.de>2022-07-30 10:48:33 +0200
commite1cb7ce296af09a9ff8438e72cd1b3ce0ebae079 (patch)
tree3c5f45b22f9946e3efcc61e52d13e7284423d0e3 /test
parentCI: fix wrong matching for test errors (diff)
downloadfirejail-e1cb7ce296af09a9ff8438e72cd1b3ce0ebae079.tar.gz
firejail-e1cb7ce296af09a9ff8438e72cd1b3ce0ebae079.tar.zst
firejail-e1cb7ce296af09a9ff8438e72cd1b3ce0ebae079.zip
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.
Diffstat (limited to 'test')
-rwxr-xr-xtest/utils/trace.exp4
1 files changed, 0 insertions, 4 deletions
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
@@ -68,10 +68,6 @@ expect {
68 "wget:fopen /etc/wgetrc" {puts "OK\n";} 68 "wget:fopen /etc/wgetrc" {puts "OK\n";}
69} 69}
70expect { 70expect {
71 timeout {puts "TESTING ERROR 8.4\n";exit}
72 "wget:fopen /etc/hosts"
73}
74expect {
75 timeout {puts "TESTING ERROR 8.5\n";exit} 71 timeout {puts "TESTING ERROR 8.5\n";exit}
76 "wget:connect" 72 "wget:connect"
77} 73}