From b25a237fd6f09a6d291c890d6b64c878247d14ae Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Wed, 23 Jul 2014 10:04:18 -0400 Subject: [PATCH] dhcp: remove a stray reference to test-dhcp-options 5b4be27f moved test-dhcp-options from src/tests/ to src/dhcp-manager/tests/, but src/tests/Makefile.am still included it in "TESTS" (which would still work until you tried to build from a clean tree...) --- src/tests/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tests/Makefile.am b/src/tests/Makefile.am index 75e93f20e..e4e6b3c36 100644 --- a/src/tests/Makefile.am +++ b/src/tests/Makefile.am @@ -75,5 +75,5 @@ EXTRA_DIST = test-secret-agent.py ########################################### -TESTS = test-dhcp-options test-ip4-config test-ip6-config test-dcb test-resolvconf-capture test-general test-general-with-expect +TESTS = test-ip4-config test-ip6-config test-dcb test-resolvconf-capture test-general test-general-with-expect