Sometimes this exits 1
This commit is contained in:
parent
cf5d4ff34b
commit
9baca7f755
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue