mirror of https://github.com/lukechilds/node.git
isaacs
14 years ago
committed by
Ryan Dahl
2 changed files with 3 additions and 1 deletions
@ -1,3 +1,5 @@ |
|||||
|
// Can't test this when 'make test' doesn't assign a tty to the stdout.
|
||||
|
// Yet another use-case for require('tty').spawn ?
|
||||
common = require("../common"); |
common = require("../common"); |
||||
assert = common.assert; |
assert = common.assert; |
||||
var readline = require("readline"); |
var readline = require("readline"); |
Loading…
Reference in new issue