From 2b584ff372b2b25bb6801172bbeb90074b26f88c Mon Sep 17 00:00:00 2001 From: Rich Salz Date: Mon, 27 Apr 2020 12:57:01 -0400 Subject: Update manpage to fix examples, other minor tweaks Reviewed-by: Matthias St. Pierre Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/11347) --- test/recipes/90-test_store.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/recipes/90-test_store.t') diff --git a/test/recipes/90-test_store.t b/test/recipes/90-test_store.t index 09d9604e9d..337bbb10c9 100644 --- a/test/recipes/90-test_store.t +++ b/test/recipes/90-test_store.t @@ -16,7 +16,7 @@ my $test_name = "test_store"; setup($test_name); my $mingw = config('target') =~ m|^mingw|; -my $cnf=srctop_file("test","ca-and-certs.cnf"); +my $cnf = srctop_file("test", "ca-and-certs.cnf"); my @noexist_files = ( "test/blahdiblah.pem", -- cgit v1.2.1