Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tests broken on Windows: "even with special characters" #20

Open
KoltesDigital opened this issue Oct 25, 2015 · 1 comment
Open

Tests broken on Windows: "even with special characters" #20

KoltesDigital opened this issue Oct 25, 2015 · 1 comment

Comments

@KoltesDigital
Copy link

While inspecting for a bug, I tried running the tests. These errors happens on both cmd and cygwin, with Node.js 4.2.1 on Windows 8.1. D:\Project\ has no particular rights.

D:\Project\node_modules\mv> npm t

> mv@2.1.1 test D:\Project\node_modules\mv
> mocha test/test.js --reporter spec



  mv
    √ should rename a file on the same device
    √ should not overwrite if clobber = false
    √ should not create directory structure by default
    √ should create directory structure when mkdirp option set
    √ should work across devices (38ms)
    1) should work across devices, even with special characters
    √ should move folders (56ms)
    √ should move folders across devices (45ms)
    2) should move folders across devices, even with special characters


  7 passing (342ms)
  2 failing

  1) mv should work across devices, even with special characters:
     Uncaught Error: ENOENT: no such file or directory, open 'D:\Project\node_modules\mv\test\a-*'
      at Error (native)

  2) mv should move folders across devices, even with special characters:
     Uncaught Error: ENOENT: no such file or directory, open 'D:\Project\node_modules\mv\test\a-*'
      at Error (native)



npm ERR! Test failed.  See above for more details.
@KoltesDigital
Copy link
Author

It also doesn't work with Node.js 0.12.7 on the same machine.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant