mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
tests: Remove outdated comment.
* gnu/tests/base.scm (run-basic-test): Remove outdated comment.
This commit is contained in:
parent
27a2c9c3e0
commit
900be977ae
1 changed files with 0 additions and 5 deletions
|
@ -323,11 +323,6 @@ (define (entry->list entry)
|
|||
'success!
|
||||
(marionette-eval '(begin
|
||||
;; Make sure the (guix …) modules are found.
|
||||
;;
|
||||
;; XXX: Currently shepherd and marionette run
|
||||
;; on Guile 2.0 whereas Guix is on 2.2. Yet
|
||||
;; we should be able to load the 2.0 Scheme
|
||||
;; files since it's pure Scheme.
|
||||
(add-to-load-path
|
||||
#+(file-append guix "/share/guile/site/2.2"))
|
||||
|
||||
|
|
Loading…
Reference in a new issue