Skip to content
Snippets Groups Projects
Commit 99146ea4 authored by Damien George's avatar Damien George
Browse files

tests/io: Remove "testfile" at end of open_plus test.

parent 556a1df6
Branches
No related tags found
No related merge requests found
......@@ -40,3 +40,9 @@ f.write(b"1234")
f.seek(0)
print(f.read())
f.close()
# cleanup
try:
os.unlink("testfile")
except OSError:
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment