Skip to content

Commit c2cb153

Browse files
jasnelldanielleadams
authored andcommitted
test: fixup test to account for quic openssl version
PR-URL: #37601 Reviewed-By: Matteo Collina <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Daniel Bevenius <[email protected]> Reviewed-By: Jiawen Geng <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent ce357c0 commit c2cb153

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-process-versions.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ assert(/^\d+\.\d+\.\d+(?:\.\d+)?-node\.\d+(?: \(candidate\))?$/
3535
assert(/^\d+$/.test(process.versions.modules));
3636

3737
if (common.hasCrypto) {
38-
assert(/^\d+\.\d+\.\d+[a-z]?(-fips)?$/.test(process.versions.openssl));
38+
assert(/^\d+\.\d+\.\d+[a-z]?(\+quic)?(-fips)?$/.test(process.versions.openssl));
3939
}
4040

4141
for (let i = 0; i < expected_keys.length; i++) {

0 commit comments

Comments
 (0)