tests: nfs: Fix typo in description.

* gnu/tests/nfs.scm (%test-nfs-root-fs)[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-09 19:47:28 +02:00
parent d2f2c09d27
commit 173a631da0
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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))))