summaryrefslogtreecommitdiffstatshomepage
path: root/tests/io/open_plus.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/io/open_plus.py')
-rw-r--r--tests/io/open_plus.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/io/open_plus.py b/tests/io/open_plus.py
index 98598ee672..bba96fa2f9 100644
--- a/tests/io/open_plus.py
+++ b/tests/io/open_plus.py
@@ -1,4 +1,3 @@
-import sys
try:
import uos as os
except ImportError:
@@ -6,7 +5,7 @@ except ImportError:
if not hasattr(os, "unlink"):
print("SKIP")
- sys.exit()
+ raise SystemExit
# cleanup in case testfile exists
try: