isaacs / isexe

Minimal module to check if a file is executable.
ISC License
48 stars 17 forks source link

Test 'promise > meow async' fails on windows. #19

Open Gudahtt opened 6 years ago

Gudahtt commented 6 years ago

The test promise > meow async fails on Windows.

$ tap test/*.js --100
test/basic.js ....................................... 58/61
  promise > meow async
  not ok expect truthy value
    at:
      line: 43
      column: 9
      file: test/basic.js
      type: global
    stack: |
      test/basic.js:43:9
      <anonymous>
    source: |
      t.ok(is)

  Skipped: 2
    access windows
    mode windows

total ............................................... 58/61

It looks like this fails because meow.cat has the file extension cat, which is not in my PATHEXT.