mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
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 @@ PORT."
|
|||
(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…
Add table
Reference in a new issue