Runner.prototype.stdout = function(pattern) {
  this.expect(expect.stdout(pattern));
  return this;
};