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:
Ludovic Courtès 2020-11-07 12:48:24 +01:00
parent de6b649f80
commit 7286c9b187
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 1 additions and 1 deletions

View File

@ -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