fix test
Previously merged to `set-file` utilities, but incorrectly.
This commit is contained in:
parent
02b745d19a
commit
d044fa0beb
|
@ -218,6 +218,7 @@
|
|||
'("pkg-test1"))))
|
||||
|
||||
(define (set-file path content)
|
||||
(make-parent-directory* path)
|
||||
(call-with-output-file*
|
||||
path
|
||||
#:exists 'truncate/replace
|
||||
|
|
Loading…
Reference in New Issue
Block a user