aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_extlibs.rb
diff options
context:
space:
mode:
authornormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-16 22:05:39 +0000
committernormal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-16 22:05:39 +0000
commitb085f519ade8a88fc04f4aa0408bb06bad8ca00a (patch)
tree0df409cd74528c50d119353801f461b6e8ad1359 /test/test_extlibs.rb
parenta96711a966154d91eb3ecf85b8c87b90dbd23949 (diff)
downloadruby-b085f519ade8a88fc04f4aa0408bb06bad8ca00a.tar.gz
test/test_extilibs.rb: do not check the existence of fiddle
libffi is not installed on all systems, and is not needed for most of the tests. Tested on a fresh FreeBSD 11.0 VM git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58761 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'test/test_extlibs.rb')
-rw-r--r--test/test_extlibs.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_extlibs.rb b/test/test_extlibs.rb
index 7dc22ee8a3..39162f38f2 100644
--- a/test/test_extlibs.rb
+++ b/test/test_extlibs.rb
@@ -55,7 +55,7 @@ class TestExtLibs < Test::Unit::TestCase
check_existence "etc"
check_existence "fcntl"
check_existence "fiber"
- check_existence "fiddle"
+ #check_existence "fiddle" # depend on libffi
#check_existence "gdbm" # depend on libgdbm
check_existence "io/console"
check_existence "io/nonblock"