Don't use / in Windows program paths

Fixing Windows msi.t script failures...
This commit is contained in:
Andrew Johnson
2019-06-27 13:28:56 -05:00
parent b2285bb8aa
commit 78ce2dac05
+1 -1
View File
@@ -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