Skip to content
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.

Commit

Permalink
[fix bug 829858] we don't need to check for a .ssh/config file
Browse files Browse the repository at this point in the history
  • Loading branch information
John (J5) Palmieri authored and danmcp committed Jun 12, 2012
1 parent f602c57 commit ebbd270
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions express/bin/rhc-chk
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,6 @@ class Test3_SSH < Test::Unit::TestCase
fp.close if fp
end

def test_05_ssh_config
check_permissions('~/.ssh/config',/600/)
end

def test_06_ssh_agent
loaded_keys = `ssh-add -L`
loaded_keys = loaded_keys.send(loaded_keys.respond_to?(:lines) ? :lines : :to_s).to_a
Expand Down

0 comments on commit ebbd270

Please sign in to comment.