summaryrefslogtreecommitdiffstats
path: root/tests/dhcpcd
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dhcpcd')
-rw-r--r--tests/dhcpcd8
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/dhcpcd b/tests/dhcpcd
new file mode 100644
index 0000000..45ee8ef
--- /dev/null
+++ b/tests/dhcpcd
@@ -0,0 +1,8 @@
+ modprobe dummy
+ apk_add $@
+ cp /etc/resolv.conf .
+ dhcpcd -t 1 dummy0
+ pidof dhcpcd
+ killall dhcpcd
+ mv resolv.conf /etc
+ apk_del $@