diff options
Diffstat (limited to 'gnu/tests/rsync.scm')
-rw-r--r-- | gnu/tests/rsync.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/tests/rsync.scm b/gnu/tests/rsync.scm index 182e5f76ff..8194713ad3 100644 --- a/gnu/tests/rsync.scm +++ b/gnu/tests/rsync.scm @@ -136,7 +136,7 @@ PORT." ;; Return operating system under test. (let ((base-os (simple-operating-system - (service dhcp-client-service-type) + (service dhcpcd-service-type) (service rsync-service-type (rsync-configuration (modules (list (rsync-module |