diff options
Diffstat (limited to 'test/executables')
| -rwxr-xr-x | test/executables/puppetd.rb | 2 |
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" |
