summaryrefslogtreecommitdiff
path: root/test/dl
diff options
context:
space:
mode:
Diffstat (limited to 'test/dl')
-rw-r--r--test/dl/test_handle.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dl/test_handle.rb b/test/dl/test_handle.rb
index e94083fab4..c6aae89f69 100644
--- a/test/dl/test_handle.rb
+++ b/test/dl/test_handle.rb
@@ -159,7 +159,7 @@ module DL
# interface, below, should be used, since getpid() is a function and not a
# data object.)
# --- FreeBSD 8.0 dlsym(3)
- out, err = capture_io do
+ out, err = capture_subprocess_io do
require 'objspace'
print DL::Handle::NEXT.inspect
end