diff options
Diffstat (limited to 'Library/Homebrew/cask/test/support/Casks/with-uninstall-pkgutil.rb')
| -rw-r--r-- | Library/Homebrew/cask/test/support/Casks/with-uninstall-pkgutil.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cask/test/support/Casks/with-uninstall-pkgutil.rb b/Library/Homebrew/cask/test/support/Casks/with-uninstall-pkgutil.rb index 773e1e43b..db77a460b 100644 --- a/Library/Homebrew/cask/test/support/Casks/with-uninstall-pkgutil.rb +++ b/Library/Homebrew/cask/test/support/Casks/with-uninstall-pkgutil.rb @@ -2,7 +2,7 @@ test_cask 'with-uninstall-pkgutil' 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 'Fancy.pkg' |
