Remove expected_return_value. Resolves #232

This commit is contained in:
Anthony Sottile 2015-11-12 13:50:29 -08:00
parent 3472f2b3ce
commit 67ad0d2d8e
5 changed files with 2 additions and 7 deletions

View file

@ -476,8 +476,7 @@ def test_local_hook_fails(
('hooks', [OrderedDict((
('id', 'no-todo'),
('name', 'No TODO'),
('entry', 'grep -iI todo'),
('expected_return_value', 1),
('entry', 'sh -c "! grep -iI todo $@" --'),
('language', 'system'),
('files', ''),
))])