aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/rubygems/test_gem_ext_builder.rb6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/rubygems/test_gem_ext_builder.rb b/test/rubygems/test_gem_ext_builder.rb
index fa28df2786..8383040f88 100644
--- a/test/rubygems/test_gem_ext_builder.rb
+++ b/test/rubygems/test_gem_ext_builder.rb
@@ -55,8 +55,10 @@ install:
refute_match %r%"DESTDIR=#{ENV['DESTDIR']}" install$%, results
end
- assert_match %r%^all: destination$%, results
- assert_match %r%^install: destination$%, results
+ if /nmake/ !~ results
+ assert_match %r%^all: destination$%, results
+ assert_match %r%^install: destination$%, results
+ end
end
def test_build_extensions_none