VMS fix of test/recipes/80-test_ssl_new.t
authorRichard Levitte <levitte@openssl.org>
Sat, 18 Feb 2017 21:41:27 +0000 (22:41 +0100)
committerRichard Levitte <levitte@openssl.org>
Sun, 19 Feb 2017 10:36:02 +0000 (11:36 +0100)
commitf4cdd19a6a8a0845c08c8101538347f2d5a0d96c
tree1c31c9c217da183b3ba3cf34e497f00d70e83d90
parenteb5de0ce576df7b29d0730206bac801a0f6b808f
VMS fix of test/recipes/80-test_ssl_new.t

On VMS, file names with more than one period get all but the last get
escaped with a ^, so 21-key-update.conf.in becomes 21-key-update^.conf.in
That means that %conf_dependent_tests and %skip become useless unless
we massage the file names that are used as indexes.

Reviewed-by: Andy Polyakov <appro@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/2678)
(cherry picked from commit d89f66412ba5168e7d6fd9dd88619d927d716f55)
test/recipes/80-test_ssl_new.t