Skip to content

Commit

Permalink
tests: lxc-test-ubuntu doesn't actually need bind9-host
Browse files Browse the repository at this point in the history
Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
  • Loading branch information
stgraber committed Jul 13, 2014
1 parent be1e2a7 commit fd0f1c5
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/tests/lxc-test-ubuntu
Expand Up @@ -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
Expand Down

0 comments on commit fd0f1c5

Please sign in to comment.