tests: Remove outdated comment.

* gnu/tests/base.scm (run-basic-test): Remove outdated comment.
master
Ludovic Courtès 2018-02-19 22:03:44 +01:00
parent 27a2c9c3e0
commit 900be977ae
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 0 additions and 5 deletions

View File

@ -323,11 +323,6 @@ info --version")
'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"))