From cd62fd869c96fc56ad1a4901dfd2e8a25355176e Mon Sep 17 00:00:00 2001 From: =?utf8?q?St=C3=A9phane=20Graber?= Date: Wed, 9 Jul 2014 13:30:54 -0400 Subject: [PATCH] tests: lxc-test-ubuntu doesn't actually need bind9-host MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- src/tests/lxc-test-ubuntu | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/tests/lxc-test-ubuntu b/src/tests/lxc-test-ubuntu index 6b4f17cde..ff716bc0c 100755 --- a/src/tests/lxc-test-ubuntu +++ b/src/tests/lxc-test-ubuntu @@ -40,10 +40,6 @@ if [ "$(id -u)" != "0" ]; then echo "ERROR: Must run as root." exit 1 fi -if ! which host 2>&1 > /dev/null; then - echo "'host' program not found. Please install bind9-host" - exit 1 -fi for template in ubuntu ubuntu-cloud; do # need a different name for each container so dnsmasq doesn't -- 2.47.2