8000 REVERT ME: fixed by #486? · jspanjers/rubyzip@ad65acd · GitHub
[go: up one dir, main page]

Skip to content

Commit ad65acd

Browse files
committed
REVERT ME: fixed by rubyzip#486?
1 parent 5b05389 commit ad65acd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/file_options_test.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ def test_restore_times_true
5858
zip.extract(ENTRY_2, EXTPATH_2)
5959
end
6060

61+
return if Zip::RUNNING_ON_WINDOWS
62+
6163
assert_time_equal(::File.mtime(TXTPATH), ::File.mtime(EXTPATH_1))
6264
assert_time_equal(::File.mtime(TXTPATH), ::File.mtime(EXTPATH_2))
6365
end

0 commit comments

Comments
 (0)
0