Enable TestRbConfig, since it was fixed upstream.

This commit is contained in:
Vít Ondruch 2013-07-11 11:03:29 +02:00
parent 8ed2f329ec
commit 127768a63e
1 changed files with 0 additions and 4 deletions

View File

@ -587,10 +587,6 @@ DISABLE_TESTS="-x test_dl2.rb $DISABLE_TESTS"
DISABLE_TESTS="-x test_process.rb $DISABLE_TESTS"
%endif
# The TestRbConfig errors, which does not respect configuration options.
# http://bugs.ruby-lang.org/issues/7912
DISABLE_TESTS="-x test_rbconfig.rb $DISABLE_TESTS"
# test_debug(TestRubyOptions) fails due to LoadError reported in debug mode,
# when abrt.rb cannot be required (seems to be easier way then customizing
# the test suite).