perl glob: make sure to put quotes around the pattern, in case of spaces
[openssl.git] / test / recipes / 80-test_ssl_new.t
index 5cafb9fdfdb238f15b3bc523f733b8db591fb7e2..07f1291f69ec219462c02b8c16de3ffca7453856 100644 (file)
@@ -20,7 +20,7 @@ setup("test_ssl_new");
 
 $ENV{TEST_CERTS_DIR} = srctop_dir("test", "certs");
 
-my @conf_srcs =  glob(srctop_file("test", "ssl-tests", "*.conf.in"));
+my @conf_srcs =  glob('"'.srctop_file("test", "ssl-tests", "*.conf.in").'"');
 map { s/;.*// } @conf_srcs if $^O eq "VMS";
 my @conf_files = map { basename($_) } @conf_srcs;
 map { s/\.in// } @conf_files;