diff options
Diffstat (limited to 'test/executables')
| -rwxr-xr-x | test/executables/tc_puppetd.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/executables/tc_puppetd.rb b/test/executables/tc_puppetd.rb index 235db386f..264bc80ef 100755 --- a/test/executables/tc_puppetd.rb +++ b/test/executables/tc_puppetd.rb @@ -45,7 +45,7 @@ class TestPuppetDExe < Test::Unit::TestCase file = File.join($puppetbase, "examples", "code", "head") output = nil assert_nothing_raised { - output = %x{puppetmasterd --manifest #{file}}.chomp + output = %x{puppetmasterd --port #{Puppet[:masterport]} --manifest #{file}}.chomp } assert($? == 0) @@tmppids << $?.pid |
