提交 11b3313c 编写于 作者: R Richard Levitte

In __cwd, make sure the given directory is seen as such and not a file

On Unixly platforms, this doesn't matter.  On VMS, it does.
Reviewed-by: NRich Salz <rsalz@openssl.org>
上级 8e8b883f
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册