]> granicus.if.org Git - fortune-mod/commitdiff
appveyor fix 15 : cancel win32 path hack
authorShlomi Fish <shlomif@shlomifish.org>
Sun, 19 Jan 2020 19:58:13 +0000 (21:58 +0200)
committerShlomi Fish <shlomif@shlomifish.org>
Sun, 19 Jan 2020 19:58:13 +0000 (21:58 +0200)
fortune-mod/tests/t/test-fortune-m.t

index 04a8e80ad76178f86ac4b349b77f920810eb0f18..2a40a1af641e25b6119fc28f7130ac98e26b68ed 100644 (file)
@@ -13,7 +13,10 @@ use Test::More tests => 1;
     my $inst_dir = FortTestInst::install("fortune-m");
     my $IS_WIN   = ( $^O eq "MSWin32" );
     my @cmd      = ( $inst_dir->child( 'games', 'fortune' ), '-m', 'giants' );
-    if ($IS_WIN)
+
+    # Does not help:
+    # if ($IS_WIN)
+    if (0)
     {
         print "IS_WIN=1\n";
         $cmd[0] = ( "$cmd[0]" =~ s#/#\\\\#gr );