From c0d49f4659ee100c1f9a0c4506f3867667b60c5f Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Wed, 12 Feb 2020 20:29:20 +0100 Subject: [PATCH] TEST: Modify test/recipes/15-test_rsapss.t to leave artifacts behind Reviewed-by: Paul Dale (Merged from https://github.com/openssl/openssl/pull/11080) --- test/recipes/15-test_rsapss.t | 1 - 1 file changed, 1 deletion(-) diff --git a/test/recipes/15-test_rsapss.t b/test/recipes/15-test_rsapss.t index 0288976157..59144cdaee 100644 --- a/test/recipes/15-test_rsapss.t +++ b/test/recipes/15-test_rsapss.t @@ -46,4 +46,3 @@ ok(run(app(['openssl', 'dgst', '-prverify', srctop_file('test', 'testrsa.pem'), '-sigopt', 'rsa_mgf1_md:sha512', '-signature', 'testrsapss.sig', srctop_file('test', 'testrsa.pem')])), "openssl dgst -prverify"); -unlink 'testrsapss.sig'; -- 2.25.1