summaryrefslogtreecommitdiff
path: root/tests/isolated/subprocess_exception_identity.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/isolated/subprocess_exception_identity.py')
-rw-r--r--tests/isolated/subprocess_exception_identity.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/isolated/subprocess_exception_identity.py b/tests/isolated/subprocess_exception_identity.py
index 24fdadd..abc648b 100644
--- a/tests/isolated/subprocess_exception_identity.py
+++ b/tests/isolated/subprocess_exception_identity.py
@@ -6,6 +6,7 @@ if __name__ == '__main__':
cases = (
'CalledProcessError',
+ 'SubprocessError',
'TimeoutExpired',
)
for c in cases: