]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
QUIC MULTISTREAM TEST: Fix perl warning around envvars
authorHugo Landau <hlandau@openssl.org>
Tue, 6 Feb 2024 12:07:59 +0000 (12:07 +0000)
committerHugo Landau <hlandau@openssl.org>
Sat, 10 Feb 2024 11:37:14 +0000 (11:37 +0000)
Reviewed-by: Neil Horman <nhorman@openssl.org>
Reviewed-by: Tomas Mraz <tomas@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/23495)

test/recipes/70-test_quic_multistream.t

index 2e662cd5c5c2cd42105adce80a90ddf0a676cd2c..6ee8f3feb2cdea7124d75d9bb1d9de7389a709a8 100644 (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;