tests: twerked a little bit more

This commit is contained in:
Gabriel Grubba
2022-12-06 16:23:48 -03:00
parent 11b0d0a8f8
commit 810e55be4b

View File

@@ -12,10 +12,10 @@ selftest.define("meteor shell", function () {
var shell = s.run("shell");
// First try a simple one-line expression.
shell.write("({server:Meteor.isServer})\n");
shell.write("{server:Meteor.isServer}\n");
shell.match('{server:true}');
shell.proc.stdin.end();
shell.waitSecs(20);
shell.match('{server:true}');
shell.expectExit(0);
shell = s.run("shell");