From 2802b70bbc54a833e90c6f2601fdb75f32a9cf98 Mon Sep 17 00:00:00 2001 From: luke Date: Sat, 2 Sep 2006 16:12:19 +0000 Subject: 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 --- test/executables/puppetca.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/executables') 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") -- cgit