Remove the temporary file when done with it.

This commit is contained in:
Eli Barzilay 2010-06-23 06:18:41 -04:00
parent acace4bc18
commit e0c18c3a4b

View File

@ -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)