Skip to content

Commit

Permalink
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions spec/java_integration/utilities/jar_glob_spec.rb
Original file line number Diff line number Diff line change
@@ -202,11 +202,10 @@ def jar_entries(full_entries)
end
end

# GH-1466
#it "iterates over directories when there are more than one magic modifier" do
# FileUtils.cd('jruby-4396') do
# Dir.glob("file:#{File.expand_path(Dir.pwd)}/top.jar!top/dir2/**/*/**").size.should == 6
# end
#end
it "iterates over directories when there are more than one magic modifier" do
FileUtils.cd('jruby-4396') do
Dir.glob("file:#{File.expand_path(Dir.pwd)}/top.jar!top/dir2/**/*/**").size.should == 6
end
end
end

0 comments on commit 17ac511

Please sign in to comment.