]> git.ipfire.org Git - thirdparty/openssl.git/blame - test/recipes/66-test_ossl_store.t
Update copyright year
[thirdparty/openssl.git] / test / recipes / 66-test_ossl_store.t
CommitLineData
34816949 1#! /usr/bin/env perl
8020d79b 2# Copyright 2020-2021 The OpenSSL Project Authors. All Rights Reserved.
34816949
SL
3#
4# Licensed under the Apache License 2.0 (the "License"). You may not use
5# this file except in compliance with the License. You can obtain a copy
6# in the file LICENSE in the source distribution or at
7# https://www.openssl.org/source/license.html
8
9use strict;
10use warnings;
11
12use OpenSSL::Test::Simple;
903a6558 13use OpenSSL::Test qw/:DEFAULT srctop_dir data_dir/;
34816949
SL
14
15setup("test_ossl_store");
16
17plan tests => 1;
18
903a6558
P
19ok(run(test(["ossl_store_test", "-dir", srctop_dir("test"),
20 "-in", "testrsa.pem", "-sm2", "certs/sm2-root.crt",
1950e0e3 21 "-data", data_dir()])));