summaryrefslogtreecommitdiff
path: root/test/pummel
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2012-06-16 22:41:37 +0200
committerBen Noordhuis <info@bnoordhuis.nl>2012-06-21 03:05:18 +0200
commitf0ce98441ff7315e6a6c268dabcec58fc37da926 (patch)
tree9d0f41c17dbf55b42796cac9d725ba42c88c90e1 /test/pummel
parentd98a8578d62cd1b35574269dc028a0c8c34ef25b (diff)
downloadnode-new-f0ce98441ff7315e6a6c268dabcec58fc37da926.tar.gz
fs: make fs.watchFile() work on windows
Diffstat (limited to 'test/pummel')
-rw-r--r--test/pummel/test-fs-watch-file.js6
-rw-r--r--test/pummel/test-watch-file.js5
2 files changed, 0 insertions, 11 deletions
diff --git a/test/pummel/test-fs-watch-file.js b/test/pummel/test-fs-watch-file.js
index 49455a197f..3df28af56f 100644
--- a/test/pummel/test-fs-watch-file.js
+++ b/test/pummel/test-fs-watch-file.js
@@ -19,12 +19,6 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
-// fs.watchFile is not available on Windows
-if (process.platform === 'win32') {
- process.exit(0);
-}
-
-
var common = require('../common');
var assert = require('assert');
var path = require('path');
diff --git a/test/pummel/test-watch-file.js b/test/pummel/test-watch-file.js
index 3cdc3d67f5..1a3d854101 100644
--- a/test/pummel/test-watch-file.js
+++ b/test/pummel/test-watch-file.js
@@ -19,11 +19,6 @@
// OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
// USE OR OTHER DEALINGS IN THE SOFTWARE.
-// fs.watchFile is not available on Windows
-if (process.platform === 'win32') {
- process.exit(0);
-}
-
var common = require('../common');
var assert = require('assert');