From 7e3e1b923c0d37212c97690aa2b681afa1a1bc39 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Mon, 13 May 2024 16:55:16 +0100 Subject: [PATCH] Testsuite: munge for another localtion for system certs --- test/runtest | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtest b/test/runtest index 8fe873a97..dc777322b 100755 --- a/test/runtest +++ b/test/runtest @@ -1230,7 +1230,7 @@ RESET_AFTER_EXTRA_LINE_READ: next if /^TLS: not preloading server certs$/; # some platforms are missing the standard CA bundle file - next if /^tls_set_watch\(\) fail on '\/usr\/lib\/ssl\/cert.pem': No such file or directory$/; + next if /^tls_set_watch\(\) fail on '\/usr\/(?:lib\/ssl|local\/openssl3\/etc\/pki\/tls)\/cert.pem': No such file or directory$/; # drop lookups next if /^$time_pid?(?: Lookups\ \(built-in\): -- 2.30.2