summaryrefslogtreecommitdiff
path: root/test/ruby/test_process.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/ruby/test_process.rb')
-rw-r--r--test/ruby/test_process.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_process.rb b/test/ruby/test_process.rb
index 66624644e9..8d42c588fe 100644
--- a/test/ruby/test_process.rb
+++ b/test/ruby/test_process.rb
@@ -2599,7 +2599,7 @@ EOS
end if Process.respond_to?(:_fork)
def test__fork_pid_cache
- parent_pid = Process.pid
+ _parent_pid = Process.pid
r, w = IO.pipe
pid = Process._fork
if pid == 0