mirror of
https://github.com/embarklabs/embark.git
synced 2025-01-13 07:14:29 +00:00
stdout -> stdin
This commit is contained in:
parent
146cca7ef3
commit
2a7511b46e
@ -32,7 +32,7 @@ describe('embark.Cmd', function () {
|
||||
cmd.newApp(undefined, function (output) {
|
||||
var lines = output.split('\n');
|
||||
console.log(lines);
|
||||
process.stdout.write(appname);
|
||||
process.stdin.write(appname + '\n');
|
||||
assert.equal(lines[0], pl[0]);
|
||||
done();
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user