diff options
Diffstat (limited to 'test/simple/test-fs-chmod.js')
-rw-r--r-- | test/simple/test-fs-chmod.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/simple/test-fs-chmod.js b/test/simple/test-fs-chmod.js index f9e7786a88..ea1b35479c 100644 --- a/test/simple/test-fs-chmod.js +++ b/test/simple/test-fs-chmod.js @@ -19,6 +19,9 @@ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. +// libuv-broken + + var common = require('../common'); var assert = require('assert'); var path = require('path'); |