Fix test-child-process-exec-cwd.
authorRyan Dahl <ry@tinyclouds.org>
Mon, 8 Aug 2011 23:14:30 +0000 (16:14 -0700)
committerRyan Dahl <ry@tinyclouds.org>
Mon, 8 Aug 2011 23:17:18 +0000 (16:17 -0700)
test/simple/test-child-process-exec-cwd.js

index fb9f13801a536a95c298828b10851d5017d71fe0..5e82ff5dd73e53b7a6e2e16b18fd787a6d8f3eec 100644 (file)
@@ -33,7 +33,7 @@ if (process.platform == 'win32') {
   dir = 'c:\\windows';
 } else {
   pwdcommand = 'pwd'; 
-  dir = '/etc';
+  dir = '/dev';
 }
 
 var child = exec(pwdcommand, {cwd: dir}, function(err, stdout, stderr) {