Fix test-child-process-cwd.js on Joyent servers

It's symlinked to /usr/bin so this test fails.
This commit is contained in:
Ryan Dahl 2010-11-30 19:53:44 +00:00
parent 7286b79521
commit e15e214747

View File

@ -30,7 +30,6 @@ function testCwd(options, forCode, forData) {
}
// Assume these exist, and 'pwd' gives us the right directory back
testCwd( { cwd: '/bin' }, 0, '/bin' );
testCwd( { cwd: '/dev' }, 0, '/dev' );
testCwd( { cwd: '/' }, 0, '/' );