fix SHLD spec for Windows

This commit is contained in:
Josh Holtrop 2017-06-08 12:01:50 -04:00
parent 010607d3b0
commit 20affc0e1d

View File

@ -1190,9 +1190,13 @@ EOF
result = run_test(rsconsfile: "shared_library_set_shld.rb")
expect(result.stderr).to eq ""
slines = lines(result.stdout)
if RUBY_PLATFORM =~ /mingw/
expect(slines).to include("SHLD mine.dll")
else
expect(slines).to include("SHLD libmine.so")
end
end
end
context "multi-threading" do
it "waits for subcommands in threads for builders that support threaded commands" do