Skip to content

Commit

Permalink
fixture/cask: fix style violations
Browse files Browse the repository at this point in the history
  • Loading branch information
razvanazamfirei committed Jan 28, 2024
1 parent 9aabe1b commit 4958710
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
}

uninstall launchctl: "com.every.thing.agent",
delete: "/Library/EverythingHelperTools",
kext: "com.every.thing.driver",
signal: [
["TERM", "com.every.thing.controller#{version.major}"],
["TERM", "com.every.thing.bin"],
]
],
kext: "com.every.thing.driver",
delete: "/Library/EverythingHelperTools"

zap trash: [
"~/.everything",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

pkg "MyFancyPkg/Fancy.pkg"

uninstall script: { executable: "MyFancyPkg/FancyUninstaller.tool", args: ["--please"] },
quit: "my.fancy.package.app",
uninstall quit: "my.fancy.package.app",
login_item: "Fancy",
script: { executable: "MyFancyPkg/FancyUninstaller.tool", args: ["--please"] },
delete: [
"#{TEST_TMPDIR}/absolute_path",
"#{TEST_TMPDIR}/glob_path*",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

pkg "Fancy.pkg"

zap pkgutil: "my.fancy.package.*",
zap launchctl: "my.fancy.package.service",
kext: "my.fancy.package.kernelextension",
launchctl: "my.fancy.package.service"
pkgutil: "my.fancy.package.*"
end
6 changes: 3 additions & 3 deletions Library/Homebrew/test/support/fixtures/cask/Casks/with-zap.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

uninstall quit: "my.fancy.package.app.from.uninstall"

zap script: {
zap quit: "my.fancy.package.app",
login_item: "Fancy",
script: {
executable: "MyFancyPkg/FancyUninstaller.tool",
args: ["--please"],
},
quit: "my.fancy.package.app",
login_item: "Fancy",
delete: "~/Library/Preferences/my.fancy.app.plist"
end

0 comments on commit 4958710

Please sign in to comment.