summaryrefslogtreecommitdiff
path: root/test/dl/test_base.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/dl/test_base.rb')
-rw-r--r--test/dl/test_base.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dl/test_base.rb b/test/dl/test_base.rb
index 11243dfebd..e24ed7ba2c 100644
--- a/test/dl/test_base.rb
+++ b/test/dl/test_base.rb
@@ -26,7 +26,7 @@ when /mingw/, /mswin32/
when /darwin/
LIBC_SO = "/usr/lib/libc.dylib"
LIBM_SO = "/usr/lib/libm.dylib"
-when /bsd/
+when /bsd|dragonfly/
LIBC_SO = "/usr/lib/libc.so"
LIBM_SO = "/usr/lib/libm.so"
else