test: update cwd-enoent tests for AIX
authorImran Iqbal <imrani@ca.ibm.com>
Wed, 16 Sep 2015 15:36:55 +0000 (11:36 -0400)
committerJeremiah Senkpiel <fishrock123@rocketmail.com>
Sun, 20 Sep 2015 17:30:51 +0000 (10:30 -0700)
commit3e09dcfc329de49fed2e8df2285137ab36ac21f3
tree1cb55374de1f6f03ef3adce75dfbeb1e05aaf096
parent8f6f2912a393edf792a653096b57fb5e95803401
test: update cwd-enoent tests for AIX

On AIX you can not remove a directory that you are currently inside of
as it results in an EBUSY error. "EBUSY: resource busy or locked".
Updated the tests accordingly so that they are skipped on AIX.

PR-URL: https://github.com/nodejs/node/pull/2909
Reviewed-By: Ben Noordhuis <ben@strongloop.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
test/parallel/test-cwd-enoent-preload.js
test/parallel/test-cwd-enoent-repl.js
test/parallel/test-cwd-enoent.js