diff options
Diffstat (limited to 't/100-python.t')
| -rw-r--r-- | t/100-python.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/100-python.t b/t/100-python.t index 09266bd..677924b 100644 --- a/t/100-python.t +++ b/t/100-python.t @@ -26,4 +26,7 @@ test.py:3:80: E501 line too long (97 > 79 characters) test.py:5:31: E225 missing whitespace around operator ", 'flake8 ran on committed Python file'; +$output = `git reset`; +ok !$?; + done_testing; |
