aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/cask/test/support/Casks/with-uninstall-early-script.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/cask/test/support/Casks/with-uninstall-early-script.rb')
-rw-r--r--Library/Homebrew/cask/test/support/Casks/with-uninstall-early-script.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/Library/Homebrew/cask/test/support/Casks/with-uninstall-early-script.rb b/Library/Homebrew/cask/test/support/Casks/with-uninstall-early-script.rb
deleted file mode 100644
index a26abab1c..000000000
--- a/Library/Homebrew/cask/test/support/Casks/with-uninstall-early-script.rb
+++ /dev/null
@@ -1,11 +0,0 @@
-test_cask 'with-uninstall-early-script' do
- version '1.2.3'
- sha256 '8c62a2b791cf5f0da6066a0a4b6e85f62949cd60975da062df44adf887f4370b'
-
- url "file://#{TEST_FIXTURE_DIR}/cask/MyFancyPkg.zip"
- homepage 'http://example.com/fancy-pkg'
-
- pkg 'MyFancyPkg/Fancy.pkg'
-
- uninstall early_script: { executable: 'MyFancyPkg/FancyUninstaller.tool', args: %w[--please] }
-end