diff options
| author | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-01-11 00:48:21 +0000 |
|---|---|---|
| committer | luke <luke@980ebf18-57e1-0310-9a29-db15c13687c0> | 2006-01-11 00:48:21 +0000 |
| commit | 89d00506efe28631921feea072cd5773e18b3a37 (patch) | |
| tree | e6eda7c4df36543730b91999cfb75e41c5985d96 /test/executables | |
| parent | 45ac512054af7cb8104cfa785102b67164d2cca4 (diff) | |
| download | puppet-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-x | test/executables/puppetmasterd.rb | 2 |
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) |
