installer: tests: Fix typo.

* gnu/installer/tests.scm (edit-configuration-file): Fix it.
This commit is contained in:
Mathieu Othacehe 2022-09-24 14:15:12 +02:00
parent dc7191302e
commit f38e91a84c
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 1 additions and 1 deletions

View File

@ -281,7 +281,7 @@ instrumented for further testing."
(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