Skip to content

Commit

Permalink
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_load.rb
Original file line number Diff line number Diff line change
@@ -264,7 +264,7 @@ def test_loading_jar_with_leading_underscore
def test_jar_with_plus_in_name
assert_in_sub_runtime %{
require 'test/jar_with+.jar'
Dir['test/jar_with+.jar!/*'].size == 2
Dir["#{File.dirname( __FILE__ )}/jar_with+.jar!/*"].size == 2
}
end

0 comments on commit ee68c63

Please sign in to comment.