Merge pull request #502 from hunner/fix_after

Sometimes this exits 1
This commit is contained in:
Morgan Haskel 2015-08-11 16:23:52 -07:00
commit a72918f675

View file

@ -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)