summaryrefslogtreecommitdiff
path: root/gnu/tests/base.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/tests/base.scm')
-rw-r--r--gnu/tests/base.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/gnu/tests/base.scm b/gnu/tests/base.scm
index 1bc7a70277..378c7ff021 100644
--- a/gnu/tests/base.scm
+++ b/gnu/tests/base.scm
@@ -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"))