aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes/65-test_cmp_status.t
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2021-03-10 22:24:11 +0100
committerRichard Levitte <levitte@openssl.org>2021-03-27 09:03:55 +0100
commit53eecb5de5e97fe436a1ccaff8bad5aaa8fb3edc (patch)
tree10d58a96fd6cf0086f8b976aea68ca97cdda6701 /test/recipes/65-test_cmp_status.t
parentbf5b37cedf373a6fde496e1f7bb0a63db29a6cd2 (diff)
downloadopenssl-53eecb5de5e97fe436a1ccaff8bad5aaa8fb3edc.tar.gz
TEST: Cleanup test recipes
Name mixups cleared, and a few more test case result files that arent't removed, making forensics on failed tests easier. Reviewed-by: Paul Dale <pauli@openssl.org> (Merged from https://github.com/openssl/openssl/pull/14505)
Diffstat (limited to 'test/recipes/65-test_cmp_status.t')
-rw-r--r--test/recipes/65-test_cmp_status.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/65-test_cmp_status.t b/test/recipes/65-test_cmp_status.t
index 6a0a0c06b6..23f833f695 100644
--- a/test/recipes/65-test_cmp_status.t
+++ b/test/recipes/65-test_cmp_status.t
@@ -12,7 +12,7 @@ use strict;
use OpenSSL::Test qw/:DEFAULT data_file/;
use OpenSSL::Test::Utils;
-setup("test_cmp_lib");
+setup("test_cmp_status");
plan skip_all => "This test is not supported in a no-cmp build"
if disabled("cmp");