You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by bo...@apache.org on 2010/03/05 06:58:19 UTC

svn commit: r919305 - /buildr/trunk/spec/sandbox.rb

Author: boisvert
Date: Fri Mar  5 05:58:19 2010
New Revision: 919305

URL: http://svn.apache.org/viewvc?rev=919305&view=rev
Log:
Recreate HOME directory between tests

Modified:
    buildr/trunk/spec/sandbox.rb

Modified: buildr/trunk/spec/sandbox.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/spec/sandbox.rb?rev=919305&r1=919304&r2=919305&view=diff
==============================================================================
--- buildr/trunk/spec/sandbox.rb (original)
+++ buildr/trunk/spec/sandbox.rb Fri Mar  5 05:58:19 2010
@@ -135,6 +135,7 @@
 
     $LOAD_PATH.replace @_sandbox[:load_path]
     FileUtils.rm_rf @temp
+    mkpath ENV['HOME']
 
     # Get rid of all artifacts.
     @_sandbox[:artifacts].tap { |artifacts| Artifact.class_eval { @artifacts = artifacts } }