mirror of https://github.com/lukechilds/node.git
Brandon Beacher
15 years ago
committed by
Ryan Dahl
2 changed files with 28 additions and 0 deletions
@ -0,0 +1,9 @@ |
|||
process.mixin(require("./common")); |
|||
|
|||
var dirname = path.dirname(__filename); |
|||
|
|||
assertTrue(process.cwd() !== dirname); |
|||
|
|||
process.chdir(dirname); |
|||
|
|||
assertTrue(process.cwd() === dirname); |
Loading…
Reference in new issue