mirror of https://github.com/lukechilds/node.git
Felix Geisendörfer
15 years ago
committed by
Ryan Dahl
2 changed files with 22 additions and 0 deletions
@ -0,0 +1,5 @@ |
|||
process.mixin(require('./common')); |
|||
|
|||
var fixture = path.join(__dirname, "fixtures/x.txt"); |
|||
|
|||
assert.equal("xyz\n", posix.catSync(fixture)); |
Loading…
Reference in new issue