]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Minor tweak to recipe
authorHugo Landau <hlandau@openssl.org>
Thu, 8 Feb 2024 16:56:52 +0000 (16:56 +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 6ee8f3feb2cdea7124d75d9bb1d9de7389a709a8..4427209a84898db6913862c0ddd6bdd0ae79540f 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} // "") ne "1";
+    skip "not running CI tests", 1 unless $ENV{OSSL_RUN_CI_TESTS};
 
     subtest "check qlog output" => sub {
         plan tests => 1;