summaryrefslogtreecommitdiffstats
path: root/test/puppet
diff options
context:
space:
mode:
authorLuke Kanies <luke@madstop.com>2005-08-09 22:47:32 +0000
committerLuke Kanies <luke@madstop.com>2005-08-09 22:47:32 +0000
commitbb4b5a544e85e5a56065ebb5dd175fbdea7280d2 (patch)
treec26ed941fe70d4674a6bea700135dd76f58a8d8c /test/puppet
parente2e247428faa15c299a5dc7bc802afa4a2dbc74a (diff)
downloadpuppet-bb4b5a544e85e5a56065ebb5dd175fbdea7280d2.tar.gz
puppet-bb4b5a544e85e5a56065ebb5dd175fbdea7280d2.tar.xz
puppet-bb4b5a544e85e5a56065ebb5dd175fbdea7280d2.zip
done a lot of work on certificates; all tests except one puppetca test pass
git-svn-id: https://reductivelabs.com/svn/puppet/library/trunk@523 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/puppet')
-rwxr-xr-xtest/puppet/tc_defaults.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/puppet/tc_defaults.rb b/test/puppet/tc_defaults.rb
index 06edd7873..0f46e6496 100755
--- a/test/puppet/tc_defaults.rb
+++ b/test/puppet/tc_defaults.rb
@@ -10,9 +10,9 @@ require 'test/unit'
# $Id$
class TestPuppetDefaults < Test::Unit::TestCase
- @@dirs = %w{rrddir puppetconf puppetvar logdir statedir certdir bucketdir}
- @@files = %w{logfile checksumfile localcert localkey localpub
- rootcert rootkey rootpub manifest masterlog}
+ @@dirs = %w{rrddir puppetconf puppetvar logdir statedir}
+ @@files = %w{logfile checksumfile
+ manifest masterlog}
@@normals = %w{puppetport masterport server}
@@booleans = %w{rrdgraph noop}
def testStringOrParam