aboutsummaryrefslogtreecommitdiff
path: root/test/testlib/OpenSSL/Test.pm
diff options
context:
space:
mode:
Diffstat (limited to 'test/testlib/OpenSSL/Test.pm')
-rw-r--r--test/testlib/OpenSSL/Test.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/testlib/OpenSSL/Test.pm b/test/testlib/OpenSSL/Test.pm
index 7420884..06fea0c 100644
--- a/test/testlib/OpenSSL/Test.pm
+++ b/test/testlib/OpenSSL/Test.pm
@@ -1072,7 +1072,7 @@ sub __fixup_prg {
# Make sure to quotify the program file on platforms that may
# have spaces or similar in their path name.
# To our knowledge, VMS is the exception where quotifying should
- # never happem.
+ # never happen.
($prog) = quotify($prog) unless $^O eq "VMS";
return $prefix.$prog;
}