services: databases: Don't specify a default postgresql version.
[jackhill/guix/guix.git] / gnu / tests / rsync.scm
index 0965800..24e60d9 100644 (file)
@@ -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))