diff options
Diffstat (limited to 'ci/verify-chef.sh')
-rwxr-xr-x | ci/verify-chef.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ci/verify-chef.sh b/ci/verify-chef.sh index 572f15ee04..b637dfaf7f 100755 --- a/ci/verify-chef.sh +++ b/ci/verify-chef.sh @@ -113,6 +113,3 @@ else fi sudo env PATH=$PATH TERM=xterm CHEF_FIPS=$CHEF_FIPS bundle exec rspec -r rspec_junit_formatter -f RspecJunitFormatter -o $WORKSPACE/test.xml -f documentation spec/functional fi - -# Clean up the tmpdir at the end for good measure. -rm -rf $TMPDIR |