mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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:
parent
de6b649f80
commit
7286c9b187
1 changed files with 1 additions and 1 deletions
|
@ -404,7 +404,7 @@ (define client-marionette
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue