diff --git a/Vagrantfile.centos7 b/Vagrantfile.centos7 index 29fd9b1be..037ecd769 100644 --- a/Vagrantfile.centos7 +++ b/Vagrantfile.centos7 @@ -37,6 +37,8 @@ Vagrant.configure("2") do |config| cd bats-core git checkout $BATS_VERSION ./install.sh /usr/local + cd .. + rm -rf bats-core # set PATH (NOTE: sudo without -i ignores this PATH) cat >> /etc/profile.d/sh.local <