Don't use / in Windows program paths
Fixing Windows msi.t script failures...
This commit is contained in:
@@ -76,7 +76,7 @@ sub msi {
|
||||
my ($args) = @_;
|
||||
my $exe = ($^O eq 'MSWin32') || ($^O eq 'cygwin') ? '.exe' : '';
|
||||
my $nul = ($^O eq 'MSWin32') ? 'NUL' : '/dev/null';
|
||||
my $msi = "./msi-copy$exe";
|
||||
my $msi = "msi-copy$exe";
|
||||
my $result;
|
||||
if ($args =~ m/-o / && $args !~ m/-D/) {
|
||||
# An empty result is expected
|
||||
|
||||
Reference in New Issue
Block a user