summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xspec/spec_helper_acceptance.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb
index 5556cbf..67a6e33 100755
--- a/spec/spec_helper_acceptance.rb
+++ b/spec/spec_helper_acceptance.rb
@@ -56,7 +56,7 @@ RSpec.shared_context "with faked facts" do
end
after :each do
- shell("rm -f '#{facts_d}/fqdn.txt'")
+ shell("rm -f '#{facts_d}/fqdn.txt'", :acceptable_exit_codes => [0,1])
end
def fake_fact(name, value)