summaryrefslogtreecommitdiffstats
path: root/test/executables
diff options
context:
space:
mode:
authorluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-01-11 00:48:21 +0000
committerluke <luke@980ebf18-57e1-0310-9a29-db15c13687c0>2006-01-11 00:48:21 +0000
commit89d00506efe28631921feea072cd5773e18b3a37 (patch)
treee6eda7c4df36543730b91999cfb75e41c5985d96 /test/executables
parent45ac512054af7cb8104cfa785102b67164d2cca4 (diff)
downloadpuppet-89d00506efe28631921feea072cd5773e18b3a37.tar.gz
puppet-89d00506efe28631921feea072cd5773e18b3a37.tar.xz
puppet-89d00506efe28631921feea072cd5773e18b3a37.zip
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
Diffstat (limited to 'test/executables')
-rwxr-xr-xtest/executables/puppetmasterd.rb2
1 files changed, 1 insertions, 1 deletions
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)