From e388dbdb2c67b0487e1d5643b031a9b27968e401 Mon Sep 17 00:00:00 2001 From: Yelninei Date: Tue, 11 Aug 2026 09:08:27 +0000 Subject: tests: Fix nfs system test. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The socket position changed from /var/run to /run in libtirpc 1.3.7, commit 2f9ce0ca4e0e21f5286e75fab32202f3913d9725 ("Move rpcbind.sock to /run"). * gnu/tests/nfs.scm (%test-nfs): Change rpcbind socket to /run. Merges: https://codeberg.org/guix/guix/pulls/10487 Reviewed-by: Sharlatan Hellseher Signed-off-by: Nguyễn Gia Phong --- gnu/tests/nfs.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/tests') diff --git a/gnu/tests/nfs.scm b/gnu/tests/nfs.scm index e760c4502a1..ceaa7968c34 100644 --- a/gnu/tests/nfs.scm +++ b/gnu/tests/nfs.scm @@ -138,7 +138,7 @@ (system-test (name "nfs") (description "Test some things related to NFS.") - (value (run-nfs-test name "/var/run/rpcbind.sock")))) + (value (run-nfs-test name "/run/rpcbind.sock")))) (define %nfs-os -- cgit v1.2.3