We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afb2ac8 commit fd63bc0Copy full SHA for fd63bc0
test/mri/tests/mkmf/test_install.rb
@@ -3,6 +3,8 @@
3
4
class TestMkmfInstall < TestMkmf
5
def test_install_dirs
6
+ skip 'does not work with !ALLOW_SUBPROCESSES' unless Test::Unit::CoreAssertions::ALLOW_SUBPROCESSES
7
+
8
Dir.mktmpdir do |dir|
9
File.write(dir+"/extconf.rb", "require 'mkmf'; create_makefile('test')")
10
all_assertions do |a|
0 commit comments