Sometimes this exits 1

This commit is contained in:
Hunter Haugen 2015-08-11 16:23:06 -07:00
parent cf5d4ff34b
commit 9baca7f755

View file

@ -56,7 +56,7 @@ RSpec.shared_context "with faked facts" do
end end
after :each do after :each do
shell("rm -f '#{facts_d}/fqdn.txt'") shell("rm -f '#{facts_d}/fqdn.txt'", :acceptable_exit_codes => [0,1])
end end
def fake_fact(name, value) def fake_fact(name, value)