Commit 0d5b30527e for openssl.org
commit 0d5b30527e446cd3c35804ac1d5ea54e581dc0f7
Author: Dr. David von Oheimb <dev@ddvo.net>
Date: Sat Apr 26 14:45:40 2025 +0200
90-test_store.t: fix outdated comment on relative file: path
Reviewed-by: Eugene Syromiatnikov <esyr@openssl.org>
Reviewed-by: Nikola Pajkovsky <nikolap@openssl.org>
Reviewed-by: Simo Sorce <simo@redhat.com>
MergeDate: Thu Sep 10 13:32:53 2026
(Merged from https://github.com/openssl/openssl/pull/27507)
diff --git a/test/recipes/90-test_store.t b/test/recipes/90-test_store.t
index cb3289d077..ea9e7fa321 100644
--- a/test/recipes/90-test_store.t
+++ b/test/recipes/90-test_store.t
@@ -519,8 +519,8 @@ sub runall {
return 1;
}
-# According to RFC8089, a relative file: path is invalid. We still produce
-# them for testing purposes.
+# According to RFC8089, a relative file: path is invalid.
+# We still support them and produce them here for testing purposes.
sub to_file_uri {
my ($file, $isdir, $authority) = @_;
my $vol;