Skip to content

Commit

Permalink
test/move: 4th time is a charm
Browse files Browse the repository at this point in the history
  • Loading branch information
jprichardson committed Jan 28, 2015
1 parent 20bdeff commit c28fff8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/move.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ describe("move", function() {
fs.writeFileSync(path.join(differentDevice, 'file'), 'hi')
} catch (err) {
console.log("Can't write to device. Skipping test.")
return
return done()
}

var src = '/mnt/some/weird/dir-really-weird'
Expand Down

0 comments on commit c28fff8

Please sign in to comment.