Skip nkf from check_existence

This commit is contained in:
Hiroshi SHIBATA 2024-01-22 13:37:19 +09:00
parent 52a0ebe292
commit 38a1b88d1e

View File

@ -58,7 +58,6 @@ class TestExtLibs < Test::Unit::TestCase
check_existence "io/nonblock"
check_existence "io/wait"
check_existence "json"
check_existence "nkf"
check_existence "objspace"
check_existence "openssl", "this may be false positive, but should assert because rubygems requires this"
check_existence "pathname"