diff options
author | normal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-05-16 22:05:39 +0000 |
---|---|---|
committer | normal <normal@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-05-16 22:05:39 +0000 |
commit | c836e8ddd57de7e4f1c02a7ba645e21c5cd4e6d0 (patch) | |
tree | 0df409cd74528c50d119353801f461b6e8ad1359 /test/test_extlibs.rb | |
parent | b1d57ac688896192d315aebfba7f7194000a202e (diff) | |
download | ruby-c836e8ddd57de7e4f1c02a7ba645e21c5cd4e6d0.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.rb | 2 |
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" |