mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-26 11:01:48 +02:00
tests: nfs-root-fs: Use the right store file name.
* gnu/tests/nfs.scm (run-nfs-root-fs-test): Pass "nfs-root-fs-test" as the first argument to 'gexp->derivation'.
This commit is contained in:
+1
-1
@@ -404,7 +404,7 @@ directories can be mounted.")
|
||||
(test-end)
|
||||
(exit (= (test-runner-fail-count (test-runner-current)) 0)))))
|
||||
|
||||
(gexp->derivation "nfs-server-test" test))
|
||||
(gexp->derivation "nfs-root-fs-test" test))
|
||||
|
||||
(define %test-nfs-root-fs
|
||||
(system-test
|
||||
|
||||
Reference in New Issue
Block a user