From b2e10a3b7cd5a0e2f7223ce391e1f76aef5c600d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Thu, 11 Jul 2013 11:04:16 +0200 Subject: [PATCH] Enable test_spawn_too_long_path, since it was fixed by upstream. --- ruby.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ruby.spec b/ruby.spec index 84eeeb7..e66b85a 100644 --- a/ruby.spec +++ b/ruby.spec @@ -581,12 +581,6 @@ DISABLE_TESTS="" DISABLE_TESTS="-x test_dl2.rb $DISABLE_TESTS" %endif -%ifarch ppc ppc64 -# test_spawn_too_long_path(TestProcess) fails with [Errno::ENOENT, Errno::E2BIG, nil] expected but nothing was raised. -# https://bugs.ruby-lang.org/issues/7904 -DISABLE_TESTS="-x test_process.rb $DISABLE_TESTS" -%endif - # 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).