diff --git a/test/parallel/test-regress-GH-3739.js b/test/parallel/test-fs-existssync-false.js similarity index 80% rename from test/parallel/test-regress-GH-3739.js rename to test/parallel/test-fs-existssync-false.js index dbf77ad785cac9..0f2854d063bdc0 100644 --- a/test/parallel/test-regress-GH-3739.js +++ b/test/parallel/test-fs-existssync-false.js @@ -1,6 +1,10 @@ 'use strict'; - const common = require('../common'); + +// This test ensures that fs.existsSync doesn't incorrectly return false +// (especially on Windows) +// https://github.com/nodejs/node-v0.x-archive/issues/3739 + const assert = require('assert'); const fs = require('fs'); const path = require('path');