summaryrefslogtreecommitdiffstats
path: root/test/executables
diff options
context:
space:
mode:
Diffstat (limited to 'test/executables')
-rwxr-xr-xtest/executables/tc_puppetd.rb2
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