Remove the temporary file when done with it.
This commit is contained in:
parent
acace4bc18
commit
e0c18c3a4b
|
@ -403,6 +403,7 @@
|
|||
(write-char #\x out-p)
|
||||
(close-output-port out-p)
|
||||
(test 'hx with-input-from-file tempfilename read)
|
||||
(delete-file tempfilename)
|
||||
|
||||
(arity-test call-with-input-file 2 2)
|
||||
(arity-test call-with-output-file 2 2)
|
||||
|
|
Loading…
Reference in New Issue
Block a user