diff options
-rw-r--r-- | etc/manifests/system-tests.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/manifests/system-tests.scm b/etc/manifests/system-tests.scm index 221a63bb7f..4e16c53dcf 100644 --- a/etc/manifests/system-tests.scm +++ b/etc/manifests/system-tests.scm @@ -74,7 +74,7 @@ instance." "Return a manifest containing all the system tests, or all those selected by the 'TESTS' environment variable." (define source - (string-append (current-source-directory) "/..")) + (string-append (current-source-directory) "/../..")) (define commit ;; Fetch the current commit ID so we can potentially build the same |