|
@ -24,14 +24,6 @@ var assert = require('assert'); |
|
|
var path = require('path'); |
|
|
var path = require('path'); |
|
|
var fs = require('fs'); |
|
|
var fs = require('fs'); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (process.platform === 'darwin') { |
|
|
|
|
|
assert(false, |
|
|
|
|
|
'This test is known to fail on OS X\n' + |
|
|
|
|
|
'See: https://github.com/joyent/node/issues/2813'); |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var expectFilePath = process.platform == 'win32' || process.platform == 'linux'; |
|
|
var expectFilePath = process.platform == 'win32' || process.platform == 'linux'; |
|
|
|
|
|
|
|
|
var watchSeenOne = 0; |
|
|
var watchSeenOne = 0; |
|
|