summaryrefslogtreecommitdiffstats
path: root/test/recipes/70-test_quic_multistream.t
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-02-06 12:07:59 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-10 11:37:14 +0000
commit3b6bb763d46c0896a2706a114a7fb0712bba8eae (patch)
tree35c8ee0cfe0c10e6ac65f81acac661823e9bfd07 /test/recipes/70-test_quic_multistream.t
parent06d70d94981b3c572cdfd62df5fdb3806eda2cc5 (diff)
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)
Diffstat (limited to 'test/recipes/70-test_quic_multistream.t')
-rw-r--r--test/recipes/70-test_quic_multistream.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/70-test_quic_multistream.t b/test/recipes/70-test_quic_multistream.t
index 2e662cd5c5..6ee8f3feb2 100644
--- a/test/recipes/70-test_quic_multistream.t
+++ b/test/recipes/70-test_quic_multistream.t
@@ -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;