mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 04:29:25 -05:00
tests/nfs: Fix use of WAIT-FOR-FILE.
* gnu/tests/nfs.scm ("nfs services are running"): Pass marionette to WAIT-FOR-FILE.
This commit is contained in:
parent
b3c083b985
commit
eb019af8d8
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ (define marionette
|
||||||
(use-modules (gnu services herd))
|
(use-modules (gnu services herd))
|
||||||
(start-service 'nfs))
|
(start-service 'nfs))
|
||||||
marionette)
|
marionette)
|
||||||
(wait-for-file "/var/run/rpc.statd.pid")))
|
(wait-for-file "/var/run/rpc.statd.pid" marionette)))
|
||||||
|
|
||||||
(test-assert "nfs share is advertised"
|
(test-assert "nfs share is advertised"
|
||||||
(marionette-eval
|
(marionette-eval
|
||||||
|
|
Loading…
Reference in a new issue