projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f69822c
)
Fix test-child-process-exec-cwd.
author
Ryan Dahl
<ry@tinyclouds.org>
Mon, 8 Aug 2011 23:14:30 +0000
(16:14 -0700)
committer
Ryan Dahl
<ry@tinyclouds.org>
Mon, 8 Aug 2011 23:17:18 +0000
(16:17 -0700)
test/simple/test-child-process-exec-cwd.js
patch
|
blob
|
history
diff --git
a/test/simple/test-child-process-exec-cwd.js
b/test/simple/test-child-process-exec-cwd.js
index fb9f13801a536a95c298828b10851d5017d71fe0..5e82ff5dd73e53b7a6e2e16b18fd787a6d8f3eec 100644
(file)
--- a/
test/simple/test-child-process-exec-cwd.js
+++ b/
test/simple/test-child-process-exec-cwd.js
@@
-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) {