Skip to content

Commit

Permalink
Merge pull request #160691 from SteveLauC/topgrade_config
Browse files Browse the repository at this point in the history
topgrade: remove unnecessary config
  • Loading branch information
chenrui333 authored Jan 23, 2024
2 parents a25207c + 50596c9 commit aaccdbd
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions Formula/t/topgrade.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,6 @@ def install
end

test do
# Configuration path details: https://github.com/r-darwish/topgrade/blob/HEAD/README.md#configuration-path
# Sample config file: https://github.com/r-darwish/topgrade/blob/HEAD/config.example.toml
(testpath/"Library/Preferences/topgrade.toml").write <<~EOS
# Additional git repositories to pull
#git_repos = [
# "~/src/*/",
# "~/.config/something"
#]
EOS

assert_match version.to_s, shell_output("#{bin}/topgrade --version")

output = shell_output("#{bin}/topgrade -n --only brew_formula")
Expand Down

0 comments on commit aaccdbd

Please sign in to comment.