diff options
Diffstat (limited to 'test/executables')
| -rwxr-xr-x | test/executables/puppetmasterd.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/executables/puppetmasterd.rb b/test/executables/puppetmasterd.rb index cbf8ac02a..92a8c6b84 100755 --- a/test/executables/puppetmasterd.rb +++ b/test/executables/puppetmasterd.rb @@ -74,14 +74,10 @@ class TestPuppetMasterD < Test::Unit::TestCase ) } assert_nothing_raised() { - #Puppet.notice "calling status" - #retval = client.call("status.status", "") retval = client.getconfig } objects = nil - stopmasterd - sleep(1) end # verify that we can run puppetmasterd in parse-only mode |
