Skip to content

Commit

Permalink
Fix for issue neekey#11 - path containing spaces.
Browse files Browse the repository at this point in the history
  • Loading branch information
moos committed May 1, 2017
1 parent 895b287 commit 6ef4041
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,8 @@ describe('test', function () {
});
});

describe('test command with space', function () {
// don't run on Windows
(process.platform === 'win32' ? describe.skip : describe)('test command with space', function () {
var sleep = 1;

before(function () {
Expand Down

0 comments on commit 6ef4041

Please sign in to comment.