From 90d02ecc2a12927ebfc234932e8234e1f28bae4e Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 13 Jan 2021 15:38:13 -0800 Subject: [PATCH] Vagrantfile.centos7: clean up after bats install Signed-off-by: Kir Kolyshkin --- Vagrantfile.centos7 | 2 ++ 1 file changed, 2 insertions(+) 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 <