Skip to content

Commit

Permalink
Fix spec for running under 32-bit linux (crystal-lang#416)
Browse files Browse the repository at this point in the history
* Restricted to the valid time range for that system
  • Loading branch information
lugia-kun authored and taylor committed Aug 11, 2020
1 parent 6166daa commit 6c43c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/install_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,7 @@ describe "install" do

with_shard(metadata) do
run "shards install"
File.touch "shard.lock", Time.utc(1900, 1, 1)
File.touch "shard.lock", Time.utc(1901, 12, 14)
mtime = File.info("shard.lock").modification_time
run "shards install"
File.info("shard.lock").modification_time.should eq(mtime)
Expand Down

0 comments on commit 6c43c14

Please sign in to comment.