mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
installer: tests: Fix typo.
* gnu/installer/tests.scm (edit-configuration-file): Fix it.
This commit is contained in:
parent
dc7191302e
commit
f38e91a84c
1 changed files with 1 additions and 1 deletions
|
@ -281,7 +281,7 @@ (define (edit exp)
|
|||
|
||||
(let ((content (call-with-input-file file read-expressions)))
|
||||
;; XXX: Remove the file before re-writing it, to be sure there are no
|
||||
;; leftovers. We shouldn't have to to that as CALL-WITH-OUTPUT-FILE uses
|
||||
;; leftovers. We shouldn't have to do that as CALL-WITH-OUTPUT-FILE uses
|
||||
;; the O_TRUNC flag by default.
|
||||
(delete-file file)
|
||||
(call-with-output-file file
|
||||
|
|
Loading…
Reference in a new issue