MCPcopy Create free account
hub / github.com/CrunchyData/postgres-operator / OpenSSL

Function OpenSSL

internal/testing/require/exec.go:21–21  ·  view source on GitHub ↗

OpenSSL returns the path to the "openssl" executable or calls t.Skip.

(t testing.TB)

Source from the content-addressed store, hash-verified

19
20// OpenSSL returns the path to the "openssl" executable or calls t.Skip.
21func OpenSSL(t testing.TB) string { t.Helper(); return openssl(t) }
22
23var openssl = executable("openssl", "version", "-a")
24

Callers 3

TestLeafCertificateFunction · 0.92

Calls 1

HelperMethod · 0.80

Tested by 3

TestLeafCertificateFunction · 0.74