guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: tests: nfs-root-fs: Use the right store file name.


From: guix-commits
Subject: 03/03: tests: nfs-root-fs: Use the right store file name.
Date: Sat, 7 Nov 2020 06:51:15 -0500 (EST)

civodul pushed a commit to branch version-1.2.0
in repository guix.

commit 7286c9b1879453ea4e0a08e91cc48706d8887f37
Author: Ludovic Courtès <ludo@gnu.org>
AuthorDate: Sat Nov 7 12:48:24 2020 +0100

    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'.
---
 gnu/tests/nfs.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/tests/nfs.scm b/gnu/tests/nfs.scm
index da729dd..5d04af3 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]