From: Hugo Landau Date: Thu, 8 Feb 2024 16:56:52 +0000 (+0000) Subject: Minor tweak to recipe X-Git-Tag: openssl-3.3.0-alpha1~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=081088357ebc1446bf1da57eb954a58a887d7d4d;p=thirdparty%2Fopenssl.git Minor tweak to recipe Reviewed-by: Neil Horman Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/23495) --- diff --git a/test/recipes/70-test_quic_multistream.t b/test/recipes/70-test_quic_multistream.t index 6ee8f3feb2c..4427209a848 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} // "") ne "1"; + skip "not running CI tests", 1 unless $ENV{OSSL_RUN_CI_TESTS}; subtest "check qlog output" => sub { plan tests => 1;