diff options
Diffstat (limited to 'Library/Homebrew/cask/test/support/Casks/with-depends-on-macos-array.rb')
| -rw-r--r-- | Library/Homebrew/cask/test/support/Casks/with-depends-on-macos-array.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/test/support/Casks/with-depends-on-macos-array.rb b/Library/Homebrew/cask/test/support/Casks/with-depends-on-macos-array.rb index 946782536..cae16704c 100644 --- a/Library/Homebrew/cask/test/support/Casks/with-depends-on-macos-array.rb +++ b/Library/Homebrew/cask/test/support/Casks/with-depends-on-macos-array.rb @@ -2,7 +2,7 @@ test_cask 'with-depends-on-macos-array' do version '1.2.3' sha256 '67cdb8a02803ef37fdbf7e0be205863172e41a561ca446cd84f0d7ab35a99d94' - url TestHelper.local_binary_url('caffeine.zip') + url "file://#{TEST_FIXTURE_DIR}/cask/caffeine.zip" homepage 'http://example.com/with-depends-on-macos-array' # since all OS releases are included, this should always pass |
