summaryrefslogtreecommitdiffstats
path: root/test/recipes/04-test_conf.t
diff options
context:
space:
mode:
authorRich Salz <rsalz@akamai.com>2020-02-25 19:25:13 +0100
committerTomas Mraz <tmraz@fedoraproject.org>2020-03-06 18:25:13 +0100
commit433deaffce45d58efd6bb014672f7fb95062d458 (patch)
tree46a9c26d39abe72bd7f8b0681931655199d954b6 /test/recipes/04-test_conf.t
parentRemove unused files (diff)
downloadopenssl-433deaffce45d58efd6bb014672f7fb95062d458.tar.xz
openssl-433deaffce45d58efd6bb014672f7fb95062d458.zip
Use .cnf for config files, not .conf
The default is openssl.cnf The project seems to prefer xxx.conf these days, but we should use the default convention. Rename all foo.conf (except for Configurations) to foo.cnf Fixes #11174 Reviewed-by: Paul Yang <kaishen.yy@antfin.com> Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org> (Merged from https://github.com/openssl/openssl/pull/11176)
Diffstat (limited to 'test/recipes/04-test_conf.t')
-rw-r--r--test/recipes/04-test_conf.t4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/recipes/04-test_conf.t b/test/recipes/04-test_conf.t
index 9103cbc8eb..92a570c546 100644
--- a/test/recipes/04-test_conf.t
+++ b/test/recipes/04-test_conf.t
@@ -16,8 +16,8 @@ use File::Compare qw(compare_text);
setup('test_conf');
my %input_result = (
- 'dollarid_on.conf' => 'dollarid_on.txt',
- 'dollarid_off.conf' => 'dollarid_off.txt',
+ 'dollarid_on.cnf' => 'dollarid_on.txt',
+ 'dollarid_off.cnf' => 'dollarid_off.txt',
);
plan skip_all => 'This is unsupported for cross compiled configurations'