Skip to content

Commit

Permalink
renormalize mac vs linux error message
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Feb 13, 2014
1 parent 1fbb834 commit a8ab211
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/zc/recipe/deployment/tests.py
Expand Up @@ -81,6 +81,7 @@ def test_suite():
(re.compile("group '%s'" % group), "group 'GROUP'"),
(re.compile("%s %s" % (user, group)), "USER GROUP"),
(re.compile(user), "USER"),
(re.compile("command not found"), "not found"),

# The order doesn't matter after this point

Expand Down

0 comments on commit a8ab211

Please sign in to comment.