Skip to content

Commit

Permalink
Fix typo in GetProccessOutputMixin failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
tomprince committed Jul 9, 2012
1 parent 633926c commit b6e92b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/buildbot/test/util/gpo.py
Expand Up @@ -80,7 +80,7 @@ def patched_getProcessOutputAndValue(self, bin, args, env=None, **kwargs):
self._check_env(env)

if not self._expected_commands:
self.fail("got command %s %s when no further commands where expected"
self.fail("got command %s %s when no further commands were expected"
% (bin, args))

expect = self._expected_commands.pop(0)
Expand Down

0 comments on commit b6e92b8

Please sign in to comment.