summaryrefslogtreecommitdiffstats
path: root/test/executables
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-09-02 16:12:19 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-09-02 16:12:19 +0000
commit2802b70bbc54a833e90c6f2601fdb75f32a9cf98 (patch)
tree5dd30775cf3c9c10ed4557f512b9512e2b9f9ccc /test/executables
parentb086280f1df18bcea13b67d5ac7aa1693357823d (diff)
downloadpuppet-2802b70bbc54a833e90c6f2601fdb75f32a9cf98.tar.gz
puppet-2802b70bbc54a833e90c6f2601fdb75f32a9cf98.tar.xz
puppet-2802b70bbc54a833e90c6f2601fdb75f32a9cf98.zip
Making sure that the svn bin directory is at the beginning of PATH, rather that at the end, so the svn-versions of the exes are being tested.
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@1526 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/executables')
-rwxr-xr-xtest/executables/puppetca.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/executables/puppetca.rb b/test/executables/puppetca.rb
index 71764ebd2..d21e94e7a 100755
--- a/test/executables/puppetca.rb
+++ b/test/executables/puppetca.rb
@@ -85,6 +85,8 @@ class TestPuppetCA < Test::Unit::TestCase
assert_equal(["No certificates to sign"], output)
end
+ # This method takes a long time to run because of all of the external
+ # executable calls.
def test_revocation
ca = Puppet::SSLCertificates::CA.new()
host1 = gen_cert(ca, "host1.example.com")