diff --git a/tests/test_env/deploy.sh b/tests/test_env/deploy.sh index 25afd32..40c0fd7 100755 --- a/tests/test_env/deploy.sh +++ b/tests/test_env/deploy.sh @@ -3,8 +3,23 @@ if ! [ -z "$TRAVIS" ] then DEBIAN_FRONTEND=noninteractive apt-get install ldap-utils slapd -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -f -q -y + DEBIAN_FRONTEND=noninteractive apt-get install kpartx -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -f -q -y DEBIAN_FRONTEND=noninteractive apt-get install lsb-base libattr1 -t wheezy -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -f -q -y DEBIAN_FRONTEND=noninteractive apt-get install samba python-samba samba-vfs-modules -t wheezy-backports -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" -f -q -y + truncate -s 512M file.img + fdisk file.img <