mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
tests: nfs: Fix typo in description.
* gnu/tests/nfs.scm (%test-nfs-root-fs)[description]: Fix typo.
This commit is contained in:
parent
d2f2c09d27
commit
173a631da0
1 changed files with 1 additions and 1 deletions
|
@ -410,5 +410,5 @@ (define %test-nfs-root-fs
|
||||||
(system-test
|
(system-test
|
||||||
(name "nfs-root-fs")
|
(name "nfs-root-fs")
|
||||||
(description "Test that an NFS server can be started and the exported
|
(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))))
|
(value (run-nfs-root-fs-test))))
|
||||||
|
|
Loading…
Reference in a new issue