Vagrantfile.centos7: clean up after bats install

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
This commit is contained in:
Kir Kolyshkin
2021-01-13 15:38:13 -08:00
parent a91210f499
commit 90d02ecc2a
+2
View File
@@ -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 <<EOF