summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Hunt <chrahunt@gmail.com>2014-05-11 19:31:03 -0400
committerChristopher Hunt <chrahunt@gmail.com>2014-05-11 19:31:03 -0400
commitb3b2ec3e315c3f3b36b8438047ccbca08ca48e13 (patch)
tree14c9d261f7f089f749c826849d5ee2fc1df5d9d0
parent3630ccf34fc32d608e9cce0a488cfdd5884e1b0b (diff)
downloadnet-ssh-b3b2ec3e315c3f3b36b8438047ccbca08ca48e13.tar.gz
Add better documentation to Pageant test.
-rw-r--r--test/manual/test_pageant.rb18
1 files changed, 10 insertions, 8 deletions
diff --git a/test/manual/test_pageant.rb b/test/manual/test_pageant.rb
index 5a74176..e528c8f 100644
--- a/test/manual/test_pageant.rb
+++ b/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'