1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-22 02:00:29 +02:00

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

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