summaryrefslogtreecommitdiffstats
path: root/test/executables
diff options
context:
space:
mode:
Diffstat (limited to 'test/executables')
-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 4d74782c6..bae91dc7d 100755
--- a/test/executables/puppetd.rb
+++ b/test/executables/puppetd.rb
@@ -18,7 +18,7 @@ class TestPuppetDExe < Test::Unit::TestCase
file = startmasterd
# create the client
- client = Puppet::Client.new(:Server => "localhost", :Port => @@port)
+ client = Puppet::Client::MasterClient.new(:Server => "localhost", :Port => @@port)
# make a new fqdn
fqdn = client.fqdn.sub(/^\w+\./, "testing.")