summaryrefslogtreecommitdiff
path: root/spec/acceptance/beaker/git/create/create_bare_repo_that_already_exists.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acceptance/beaker/git/create/create_bare_repo_that_already_exists.rb')
-rw-r--r--spec/acceptance/beaker/git/create/create_bare_repo_that_already_exists.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/spec/acceptance/beaker/git/create/create_bare_repo_that_already_exists.rb b/spec/acceptance/beaker/git/create/create_bare_repo_that_already_exists.rb
index 663c758..b72963b 100644
--- a/spec/acceptance/beaker/git/create/create_bare_repo_that_already_exists.rb
+++ b/spec/acceptance/beaker/git/create/create_bare_repo_that_already_exists.rb
@@ -23,7 +23,8 @@ hosts.each do |host|
}
EOS
- apply_manifest_on(host, pp)
+ apply_manifest_on(host, pp, :catch_failures => true)
+ apply_manifest_on(host, pp, :catch_changes => true)
end
step 'verify repo does not contain .git directory' do