diff options
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) |
