summaryrefslogtreecommitdiff
path: root/spec/acceptance/beaker/git/basic_auth/negative/basic_auth_checkout_git.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acceptance/beaker/git/basic_auth/negative/basic_auth_checkout_git.rb')
-rw-r--r--spec/acceptance/beaker/git/basic_auth/negative/basic_auth_checkout_git.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/acceptance/beaker/git/basic_auth/negative/basic_auth_checkout_git.rb b/spec/acceptance/beaker/git/basic_auth/negative/basic_auth_checkout_git.rb
index 9b0f190..60a4fc2 100644
--- a/spec/acceptance/beaker/git/basic_auth/negative/basic_auth_checkout_git.rb
+++ b/spec/acceptance/beaker/git/basic_auth/negative/basic_auth_checkout_git.rb
@@ -17,7 +17,7 @@ hosts.each do |host|
step 'setup - start git daemon' do
install_package(host, 'git-daemon')
- on(host, "nohup git daemon --detach --base-path=/#{tmpdir}")
+ on(host, "git daemon --base-path=#{tmpdir} --export-all --reuseaddr --verbose --detach")
end
teardown do