projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e8b883
)
In __cwd, make sure the given directory is seen as such and not a file
author
Richard Levitte
<levitte@openssl.org>
Thu, 14 Jan 2016 16:38:52 +0000
(17:38 +0100)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 14 Jan 2016 16:43:05 +0000
(17:43 +0100)
On Unixly platforms, this doesn't matter. On VMS, it does.
Reviewed-by: Rich Salz <rsalz@openssl.org>
test/testlib/OpenSSL/Test.pm
patch
|
blob
|
history
diff --git
a/test/testlib/OpenSSL/Test.pm
b/test/testlib/OpenSSL/Test.pm
index 6af5e963fc296a7069b335798fdcb033fb30cfb3..e4218c55f5d4322580d4a1ce4bbf1da7edc5e7a6 100644
(file)
--- a/
test/testlib/OpenSSL/Test.pm
+++ b/
test/testlib/OpenSSL/Test.pm
@@
-87,7
+87,6
@@
sub __cwd;
sub __apps_file;
sub __results_file;
sub __test_log;
-sub __cwd;
sub __fixup_cmd;
sub __build_cmd;
@@
-607,7
+606,7
@@
sub __test_log {
}
sub __cwd {
- my $dir =
shift
;
+ my $dir =
catdir(shift)
;
my %opts = @_;
my $abscurdir = rel2abs(curdir());
my $absdir = rel2abs($dir);