aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/test_bottle.rb
AgeCommit message (Collapse)Author
2016-11-16Reorder and rename test files.Markus Reiter
2016-09-27Rename/merge test files.Markus Reiter
2016-01-15test_download_strategies: add mtime testXu Cheng
2015-12-21bottle: don't read mtime from nonexistant filesØyvind Ingebrigtsen Øvergaard
If the source contains a broken symlink, `brew bottle` would fail for no good reason when trying to determine the most recently modified file. To avoid this, we ignore any files for which stat(2) fails. Closes Homebrew/homebrew#47111. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>