URL: http://github.com/jruby/jruby/commit/65a7e62cf502e52c0fe4487c9e2fe9192bd305ee
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 ea53fd6 commit 65a7e62Copy full SHA for 65a7e62
1 file changed
spec/java_integration/utilities/jar_glob_spec.rb
@@ -100,16 +100,12 @@ def jar_entries(full_entries)
100
101
before = Dir.glob("#{jar_path}!/**/*").size
102
103
- puts File.mtime(jar_path)
104
-
105
# Need to sleep a little bit to make sure that modified time is updated
106
sleep 2
107
108
# This should delete the /glob_target and /glob_target/bar.txt entries
109
`zip -d #{jar_path} glob_target/bar.txt`
110
111
112
113
after = Dir.glob("#{jar_path}!/**/*").size
114
115
expect(after - before).to eq(-2)
0 commit comments