From 0983438037a13606ff6cbd281a7892295bfd7dd2 Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Thu, 13 Mar 2014 17:25:55 -0400 Subject: [PATCH] TestEnv.reset_satellite_dir should run 'git clean' quietly --- spec/support/test_env.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/support/test_env.rb b/spec/support/test_env.rb index 77a669c..e2c3f64 100644 --- a/spec/support/test_env.rb +++ b/spec/support/test_env.rb @@ -106,7 +106,7 @@ module TestEnv setup_stubs [ %W(git reset --hard --quiet), - %W(git clean -fx), + %W(git clean -fx --quiet), %W(git checkout --quiet origin/master) ].each do |git_cmd| system(*git_cmd, chdir: seed_satellite_path) -- libgit2 0.21.2