summaryrefslogtreecommitdiffstats
path: root/test/executables/puppetd.rb
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-02-01 01:29:48 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2007-02-01 01:29:48 +0000
commitfd2982fdd6268dd5d0a517fc57e03f5f3e2b389b (patch)
tree57e3037dab27e80637616c65e650c06130468bd5 /test/executables/puppetd.rb
parenta62fd3e0ab6791c769e0e82dd83772927b1d4cee (diff)
downloadpuppet-fd2982fdd6268dd5d0a517fc57e03f5f3e2b389b.tar.gz
puppet-fd2982fdd6268dd5d0a517fc57e03f5f3e2b389b.tar.xz
puppet-fd2982fdd6268dd5d0a517fc57e03f5f3e2b389b.zip
Fixing executable tests to take new rundir into account
git-svn-id: https://reductivelabs.com/svn/puppet/trunk@2145 980ebf18-57e1-0310-9a29-db15c13687c0
Diffstat (limited to 'test/executables/puppetd.rb')
-rwxr-xr-xtest/executables/puppetd.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/executables/puppetd.rb b/test/executables/puppetd.rb
index ffe0b001e..9ae94b7c0 100755
--- a/test/executables/puppetd.rb
+++ b/test/executables/puppetd.rb
@@ -23,9 +23,9 @@ class TestPuppetDExe < Test::Unit::TestCase
cmd = "puppetd"
cmd += " --verbose"
cmd += " --onetime"
- #cmd += " --fqdn %s" % fqdn
cmd += " --masterport %s" % @@port
cmd += " --confdir %s" % Puppet[:confdir]
+ cmd += " --rundir %s" % File.join(Puppet[:vardir], "run")
cmd += " --vardir %s" % Puppet[:vardir]
cmd += " --server localhost"