diff options
Diffstat (limited to 'Library/Homebrew/cask/test/support/Casks/with-uninstall-script.rb')
| -rw-r--r-- | Library/Homebrew/cask/test/support/Casks/with-uninstall-script.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/test/support/Casks/with-uninstall-script.rb b/Library/Homebrew/cask/test/support/Casks/with-uninstall-script.rb index 975a14442..d2e0d6167 100644 --- a/Library/Homebrew/cask/test/support/Casks/with-uninstall-script.rb +++ b/Library/Homebrew/cask/test/support/Casks/with-uninstall-script.rb @@ -2,7 +2,7 @@ test_cask 'with-uninstall-script' do version '1.2.3' sha256 '8c62a2b791cf5f0da6066a0a4b6e85f62949cd60975da062df44adf887f4370b' - url TestHelper.local_binary_url('MyFancyPkg.zip') + url "file://#{TEST_FIXTURE_DIR}/cask/MyFancyPkg.zip" homepage 'http://example.com/fancy-pkg' pkg 'MyFancyPkg/Fancy.pkg' |
