about summary refs log tree commit homepage
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/exec/test_exec.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/exec/test_exec.rb b/test/exec/test_exec.rb
index 28ba24c..f6dfd6a 100644
--- a/test/exec/test_exec.rb
+++ b/test/exec/test_exec.rb
@@ -159,6 +159,7 @@ EOF
     assert_equal "#{pid}\n", File.read("#{other.path}/pid_file_here")
     assert File.exist?("#{other.path}/stderr_log_here")
     assert File.exist?("#{other.path}/stdout_log_here")
+    wait_master_ready("#{other.path}/stderr_log_here")
 
     Process.kill(:QUIT, pid)
     ensure