Browse Source

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

It's symlinked to /usr/bin so this test fails.
v0.7.4-release
Ryan Dahl 14 years ago
parent
commit
e15e214747
  1. 1
      test/simple/test-child-process-cwd.js

1
test/simple/test-child-process-cwd.js

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

Loading…
Cancel
Save