summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThom May <thom@chef.io>2018-01-31 17:33:46 +0000
committerThom May <thom@chef.io>2018-01-31 17:33:46 +0000
commit26d9b6871277aaac52da276f5e008a5332b63d1f (patch)
tree63a4fdf97fa58e0ae257ebf3b47ac5bf850b8335
parentdd51d159e989b4233fae76e64dc939c15965fe26 (diff)
downloadchef-tm/fix_stupid_unixes.tar.gz
backport #6746tm/fix_stupid_unixes
Signed-off-by: Thom May <thom@chef.io>
-rwxr-xr-xci/verify-chef.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/verify-chef.sh b/ci/verify-chef.sh
index 71d4afe0df..3ac4ff3db5 100755
--- a/ci/verify-chef.sh
+++ b/ci/verify-chef.sh
@@ -5,7 +5,7 @@ set -evx
# Set up a custom tmpdir, and clean it up before and after the tests
TMPDIR="${TMPDIR:-/tmp}/cheftest"
export TMPDIR
-rm -rf $TMPDIR
+sudo rm -rf $TMPDIR
mkdir -p $TMPDIR
# $PROJECT_NAME is set by Jenkins, this allows us to use the same script to verify