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 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.") |
