Skip to content

Commit 939dbbe

Browse files
committed
(BKR-496) Cleanup of #tmpdir_on
1 parent 764c412 commit 939dbbe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

acceptance/tests/clone_git_repo_on_test.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@
3333
# implicitly tests build_giturl() and lookup_in_env()
3434
hosts.each do |host|
3535
on host, "echo #{GitHubSig} >> $HOME/.ssh/known_hosts"
36-
# TODO: fix this when BKR-496 is done
37-
testdir = tmpdir_on(host, File.basename(__FILE__))
36+
testdir = host.tmpdir(File.basename(__FILE__))
3837

3938
step 'should be able to successfully clone a git repo' do
4039
results = clone_git_repo_on(host, "#{testdir}", extract_repo_info_from(build_git_url('hiera')))

0 commit comments

Comments
 (0)