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