From 89d00506efe28631921feea072cd5773e18b3a37 Mon Sep 17 00:00:00 2001 From: luke Date: Wed, 11 Jan 2006 00:48:21 +0000 Subject: Adding Sun support and fixing the last remaining bugs related to the daemon changes i just made git-svn-id: https://reductivelabs.com/svn/puppet/trunk@799 980ebf18-57e1-0310-9a29-db15c13687c0 --- test/executables/puppetmasterd.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/executables') diff --git a/test/executables/puppetmasterd.rb b/test/executables/puppetmasterd.rb index ee47bd557..389141ed0 100755 --- a/test/executables/puppetmasterd.rb +++ b/test/executables/puppetmasterd.rb @@ -27,7 +27,7 @@ class TestPuppetMasterD < Test::Unit::TestCase def test_normalstart startmasterd - pidfile = File.join(Puppet[:puppetvar], "puppetmasterd.pid") + pidfile = File.join(Puppet[:puppetvar], "run", "puppetmasterd.pid") assert(FileTest.exists?(pidfile), "PID file does not exist") sleep(1) -- cgit