From f392f564c6f34fa8f3c508a87ee979c93bbc8aeb Mon Sep 17 00:00:00 2001 From: "Joshua B. Bussdieker" Date: Thu, 12 Jun 2014 14:32:23 -0700 Subject: [PATCH] Remove test code --- Rakefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/Rakefile b/Rakefile index 8fc961d..0eff9d7 100644 --- a/Rakefile +++ b/Rakefile @@ -1,10 +1,7 @@ require 'tmpdir' task :default do - STDOUT.sync = true - $stdout.sync = true root_path = File.expand_path "../.", __FILE__ - Dir.mktmpdir("gvm-test") do |tmpdir| puts `binscripts/gvm-installer binary_default #{tmpdir}` pid = fork do