1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

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
This commit is contained in:
normal 2017-05-16 22:05:39 +00:00
parent b1d57ac688
commit c836e8ddd5

View file

@ -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"