tests: rsync: Set PATH.
This is a followup to 8b9cad01e9
, which
would leave PATH unset.
* gnu/tests/rsync.scm (run-rsync-test)[test]("service running"): Add
call to 'setenv' for PATH.
This commit is contained in:
parent
bc6bf142d3
commit
4df02ab675
1 changed files with 4 additions and 0 deletions
|
@ -64,6 +64,10 @@ (define marionette
|
|||
(marionette-eval
|
||||
'(begin
|
||||
(use-modules (gnu services herd))
|
||||
|
||||
;; Make sure the 'rsync' command is found.
|
||||
(setenv "PATH" "/run/current-system/profile/bin")
|
||||
|
||||
(start-service 'rsync))
|
||||
marionette))
|
||||
|
||||
|
|
Loading…
Reference in a new issue