mirror of
https://github.com/openssl/openssl.git
synced 2025-02-23 14:42:15 +08:00
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:
parent
06d70d9498
commit
3b6bb763d4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user