We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1d9f4d + 787bad2 commit 6d00012Copy full SHA for 6d00012
spec/acceptance/clone_repo_spec.rb
@@ -453,7 +453,7 @@
453
454
# copy public key to authorized_keys
455
run_shell('cat /home/testuser-ssh/.ssh/id_rsa.pub > /home/testuser-ssh/.ssh/authorized_keys')
456
- run_shell('echo -e "Host localhost\n\tStrictHostKeyChecking no\n" > /home/testuser-ssh/.ssh/config')
+ run_shell('printf "Host localhost\n\tStrictHostKeyChecking no\n" > /home/testuser-ssh/.ssh/config')
457
run_shell('chown -R testuser-ssh:testuser-ssh /home/testuser-ssh/.ssh')
458
run_shell('rm -rf /var/run/nologin')
459
end
0 commit comments