test/recipes/90-test_store.t: Rename some functions
authorRichard Levitte <levitte@openssl.org>
Tue, 11 Jul 2017 07:48:08 +0000 (09:48 +0200)
committerRichard Levitte <levitte@openssl.org>
Sat, 15 Jul 2017 16:53:07 +0000 (18:53 +0200)
commit94437cebc4e6c638dbf1c089877d053fecbe3361
treed4a15e682193ade3f7ae36ff818210c37fbb79f2
parentda8fc25a989cf4f4d26d626a85477e8a9282da12
test/recipes/90-test_store.t: Rename some functions

to_rel_file_uri really treated all files appropriately, absolute and
relative alike, and really just constructs a URI, so gets renamed to
to_file_uri

to_file_uri, on the other hand, forces the path into an absolute one,
so gets renamed to to_abs_file_uri

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3907)
test/recipes/90-test_store.t