aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2024-02-08 16:56:52 +0000
committerHugo Landau <hlandau@openssl.org>2024-02-10 11:37:14 +0000
commit081088357ebc1446bf1da57eb954a58a887d7d4d (patch)
treee2d6871de4b63f4942ea907f3029a34773c62c37
parent16e65cb95af8a438565b91b646ad55b5840aa086 (diff)
downloadopenssl-081088357ebc1446bf1da57eb954a58a887d7d4d.tar.gz
Minor tweak to recipe
Reviewed-by: Neil Horman <nhorman@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/23495)
-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 6ee8f3feb2..4427209a84 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;