mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-24 12:20:20 +02:00
Delete test file after all tests have run in order to make "make
distcheck" work.
This commit is contained in:
parent
b0c0a310db
commit
c56c0f7966
3 changed files with 9 additions and 0 deletions
|
@ -125,3 +125,5 @@
|
|||
(close-port port)
|
||||
(eqv? 5 (stat:size st))))))
|
||||
|
||||
(delete-file (test-file))
|
||||
(delete-file (test-symlink))
|
||||
|
|
|
@ -626,3 +626,5 @@
|
|||
(procedure)))))
|
||||
(list read read-char read-line)
|
||||
'("read" "read-char" "read-line")))
|
||||
|
||||
(delete-file (test-file))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue