QUIC MULTISTREAM TEST: Fix perl warning around envvars

Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23495)
This commit is contained in:
Hugo Landau 2024-02-06 12:07:59 +00:00
parent 06d70d9498
commit 3b6bb763d4

View File

@ -34,7 +34,7 @@ ok(run(test(["quic_multistream_test",
SKIP: {
skip "no qlog", 1 if disabled('qlog');
skip "not running CI tests", 1 if $ENV{OSSL_RUN_CI_TESTS} != "1";
skip "not running CI tests", 1 if ($ENV{OSSL_RUN_CI_TESTS} // "") ne "1";
subtest "check qlog output" => sub {
plan tests => 1;