diff --git a/test/rimraf-posix.js b/test/rimraf-posix.js index a34ef38d..c04edf9f 100644 --- a/test/rimraf-posix.js +++ b/test/rimraf-posix.js @@ -1,11 +1,11 @@ // have to do this *before* loading tap, or else the fact that we // load rimraf-posix.js for tap's fixture cleanup will cause it to // have some coverage, but not 100%, failing the coverage check. -if (process.platform === 'win32') { - console.log('TAP version 13') - console.log('1..0 # this test does not work reliably on windows') - process.exit(0) -} +// if (process.platform === 'win32') { +// console.log('TAP version 13') +// console.log('1..0 # this test does not work reliably on windows') +// process.exit(0) +// } const t = require('tap') const {