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 a731dee99d..84e5f13bb1 100644
--- a/test/ruby/test_process.rb
+++ b/test/ruby/test_process.rb
@@ -1326,7 +1326,7 @@ class TestProcess < Test::Unit::TestCase
def test_popen_cloexec
return unless defined? Fcntl::FD_CLOEXEC
- IO.popen([RUBY, "-e", ""]) {|io|
+ IO.popen([RUBY, "-e", ""]) {|io|
assert(io.close_on_exec?)
}
end