aboutsummaryrefslogtreecommitdiff
path: root/gnu/tests/nfs.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-04-09 19:47:28 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2021-04-10 14:11:26 +0200
commit173a631da0324d8a837ef4355a5e1a9673def837 (patch)
tree5ca9798bf7c784e274cd369eb0ca1d9bec3fa609 /gnu/tests/nfs.scm
parentd2f2c09d273a25e99437305537f254a048281464 (diff)
downloadguix-173a631da0324d8a837ef4355a5e1a9673def837.tar
guix-173a631da0324d8a837ef4355a5e1a9673def837.tar.gz
tests: nfs: Fix typo in description.
* gnu/tests/nfs.scm (%test-nfs-root-fs)[description]: Fix typo.
Diffstat (limited to 'gnu/tests/nfs.scm')
-rw-r--r--gnu/tests/nfs.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests/nfs.scm b/gnu/tests/nfs.scm
index 5d04af38fb..9b2b785176 100644
--- a/gnu/tests/nfs.scm
+++ b/gnu/tests/nfs.scm
@@ -410,5 +410,5 @@ directories can be mounted.")
(system-test
(name "nfs-root-fs")
(description "Test that an NFS server can be started and the exported
-directory can be used as root filesystem.")
+directory can be used as root file system.")
(value (run-nfs-root-fs-test))))