summaryrefslogtreecommitdiff
path: root/tests/guix-system.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/guix-system.sh')
-rw-r--r--tests/guix-system.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/guix-system.sh b/tests/guix-system.sh
index c6f96714592..d82b1dcd536 100644
--- a/tests/guix-system.sh
+++ b/tests/guix-system.sh
@@ -184,8 +184,8 @@ cat > "$tmpfile" <<EOF
184 184
185(operating-system 185(operating-system
186 $OS_BASE 186 $OS_BASE
187 (services (cons* (service dhcp-client-service-type) 187 (services (cons* (service dhcpcd-service-type)
188 (service dhcp-client-service-type) ;twice! 188 (service dhcpcd-service-type) ;twice!
189 %base-services))) 189 %base-services)))
190EOF 190EOF
191 191