fix tests

This commit is contained in:
Mitchell Hashimoto 2015-07-06 17:44:40 -06:00
parent cb51b4fe7f
commit 0de0f51e8a
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@ describe "templates/guests/debian/network_dhcp" do
auto eth
iface eth inet dhcp
# We need to disable eth0, see GH-2648
post-up route del default dev eth0
post-up route del default dev eth0 || true
post-up dhclient $IFACE
pre-down route add default dev eth0
#VAGRANT-END