Skip to content

Commit

Permalink
Fix one more test that pollutes the filesystem
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Aug 13, 2024
1 parent ac1ae24 commit 5730b16
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions test/builtin/files_io/test_files.py
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,12 @@ def test_close():
"Close[{OutputStream, MathicsNonExampleFile}]",
"",
),
(
"Delete[MathicsNonExampleFile]",
None,
"Delete[MathicsNonExampleFile]",
"",
),
## writing to dir
("x >>> /var/", ("Cannot open /var/.",), "x >>> /var/", ""),
## writing to read only file
Expand Down

0 comments on commit 5730b16

Please sign in to comment.