not sure how this happens but travis told us so

This commit is contained in:
Mitchell Hashimoto 2015-11-20 15:29:28 -08:00
parent e1f8b0d9c0
commit edcaafacb1
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ shared_context "unit" do
# Create a temporary directory and append it to the instance
# variabe so that it isn't garbage collected and deleted
d = Dir.mktmpdir("vagrant")
@_temp_files ||= []
@_temp_files << d
# Return the pathname