VMS perl: Fix glob output
authorRichard Levitte <levitte@openssl.org>
Fri, 13 May 2016 09:21:06 +0000 (11:21 +0200)
committerRichard Levitte <levitte@openssl.org>
Fri, 13 May 2016 12:33:41 +0000 (14:33 +0200)
commit1563102bbd6b76d903942c4ca42c5bbdd6ecc765
tree2c52d01781f954592fd73e612616d10f96778cfd
parent5f7267598d74c2d86c2ef52eab38c91957b19999
VMS perl: Fix glob output

In some cases, perl's glob() thinks it needs to return file names with
generation numbers, such as when a file name pattern includes two
periods.  Constructing other file names by simple appending to file
names with generation numbers isn't a good idea, so for the VMS case,
just peal the generation numbers if they are there.
Fortunately, this is easy, as the returned generation number delimiter
will always be a semi-colon.

Reviewed-by: Rich Salz <rsalz@openssl.org>
test/recipes/80-test_ssl_new.t