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