diff options
author | Ludovic Courtès <ludo@gnu.org> | 2020-11-07 12:48:24 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2020-11-07 12:48:24 +0100 |
commit | 7286c9b1879453ea4e0a08e91cc48706d8887f37 (patch) | |
tree | 74e4d59258b91e22dba29d1b16e3af4f88a223db /gnu | |
parent | de6b649f8031cc2fa45099a3c41d78c2e302fdf2 (diff) | |
download | guix-7286c9b1879453ea4e0a08e91cc48706d8887f37.tar.gz |
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'.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/tests/nfs.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests/nfs.scm b/gnu/tests/nfs.scm index da729ddcc9..5d04af38fb 100644 --- a/gnu/tests/nfs.scm +++ b/gnu/tests/nfs.scm @@ -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 |