Skip to content

Commit

Permalink
Cleanup unix socket after test
Browse files Browse the repository at this point in the history
  • Loading branch information
cmouse committed Mar 20, 2024
1 parent ad1ccad commit fe4dc67
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ def test_pipe_abi_pipe_unix(self):
sub.kill()
sub.wait()
s.close()
os.unlink(self.unix_socket)


if __name__ == '__main__':
Expand Down

0 comments on commit fe4dc67

Please sign in to comment.