tests: Remove outdated comment.
* gnu/tests/base.scm (run-basic-test): Remove outdated comment.
This commit is contained in:
parent
27a2c9c3e0
commit
900be977ae
|
@ -323,11 +323,6 @@ info --version")
|
||||||
'success!
|
'success!
|
||||||
(marionette-eval '(begin
|
(marionette-eval '(begin
|
||||||
;; Make sure the (guix …) modules are found.
|
;; 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
|
(add-to-load-path
|
||||||
#+(file-append guix "/share/guile/site/2.2"))
|
#+(file-append guix "/share/guile/site/2.2"))
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue