summaryrefslogtreecommitdiff
path: root/scripts/bk_tests/bk_container_prep.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/bk_tests/bk_container_prep.sh')
-rwxr-xr-xscripts/bk_tests/bk_container_prep.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/bk_tests/bk_container_prep.sh b/scripts/bk_tests/bk_container_prep.sh
index 1c30d9f354..bf4711ec39 100755
--- a/scripts/bk_tests/bk_container_prep.sh
+++ b/scripts/bk_tests/bk_container_prep.sh
@@ -3,7 +3,6 @@
# make sure we have the network tools in place for various network specs
if [ -f /etc/debian_version ]; then
apt-get update -y && apt-get install -y net-tools iproute2
- mkdir -p /etc/network/interfaces.d
touch /etc/network/interfaces
elif [ -f /etc/redhat-release ]; then
yum install -y net-tools