Skip to content

Commit

Permalink
Add better documentation to Pageant test.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrahunt committed May 11, 2014
1 parent 3630ccf commit b3b2ec3
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions test/manual/test_pageant.rb
@@ -1,12 +1,14 @@
# $ ruby -Ilib -Itest -rrubygems test/manual/test_pageant.rb

#
# Tests for communication capability with Pageant process running in
# different UAC context.
#
# Test prerequisite:
# - Pageant process running on machine in different UAC context from
# the command prompt running the test.
# Tests for communication capability with Pageant (or KeeAgent)
# process, to include the case where it is running in different UAC
# context.
#
# To run:
# - Ensure that Pageant is running (not as administrator).
# - Open two command prompts, one as an administrator and one limited
# (normal).
# - Within each, from the root net/ssh project directory, execute:
# ruby -Ilib -Itest -rrubygems test/manual/test_pageant.rb
#

require 'common'
Expand Down

0 comments on commit b3b2ec3

Please sign in to comment.