Skip to content

Commit

Permalink
Merge pull request #196523 from Homebrew/zim-test-workaround
Browse files Browse the repository at this point in the history
zim: test workaround for upstream bug seen on Sequoia
  • Loading branch information
chenrui333 authored Nov 3, 2024
2 parents 327301e + 22e02ec commit 405a0fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/z/zim.rb
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@ def install
end

test do
ENV["LC_ALL"] = "en_US.UTF-8"
# Workaround for https://github.com/zim-desktop-wiki/zim-desktop-wiki/issues/2665
ENV["LC_ALL"] = (OS.mac? && MacOS.version >= :sequoia) ? "C" : "en_US.UTF-8"
ENV["LANG"] = "en_US.UTF-8"

mkdir_p %w[Notes/Homebrew HTML]
Expand Down

0 comments on commit 405a0fa

Please sign in to comment.