Close the input port so that the file can be deleted on windows.
This commit is contained in:
parent
7089a17ba2
commit
f6620d5754
|
@ -670,6 +670,7 @@
|
|||
(define in (open-input-file "tmp8"))
|
||||
(count-lines! in)
|
||||
(check in)
|
||||
(close-input-port in)
|
||||
(delete-file "tmp8")))
|
||||
(check-all void)
|
||||
(check-all port-count-lines!))
|
||||
|
|
Loading…
Reference in New Issue
Block a user