Skip to content

Commit f3cdeb0

Browse files
committed
Run test with identity as testuser-ssh
Actually run the clone as testuser-ssh after preparing their SSH known hosts etc.
1 parent 69e1692 commit f3cdeb0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/acceptance/clone_repo_spec.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@
506506
provider => git,
507507
source => "testuser-ssh@localhost:#{tmpdir}/testrepo.git",
508508
identity => '/home/testuser-ssh/.ssh/id_rsa',
509+
user => 'testuser-ssh',
509510
}
510511
MANIFEST
511512
it 'applies the manifest' do

0 commit comments

Comments
 (0)