aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test/formula_pin_spec.rb
diff options
context:
space:
mode:
authorMarkus Reiter2017-06-20 15:27:16 +0200
committerMarkus Reiter2017-06-20 15:44:54 +0200
commit19cf6dcb3f35ca475a5b96a56913aabb05e9918d (patch)
tree98ea94df0a8ed16dbebab3d6cb27cb3ce08f8f0b /Library/Homebrew/test/formula_pin_spec.rb
parenta1e5077adf60b6594b1c372ddfb275fb55b33c65 (diff)
downloadbrew-19cf6dcb3f35ca475a5b96a56913aabb05e9918d.tar.bz2
🔨 Fix sorting on APFS.
Diffstat (limited to 'Library/Homebrew/test/formula_pin_spec.rb')
-rw-r--r--Library/Homebrew/test/formula_pin_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/formula_pin_spec.rb b/Library/Homebrew/test/formula_pin_spec.rb
index 909bfbc2b..ce952a957 100644
--- a/Library/Homebrew/test/formula_pin_spec.rb
+++ b/Library/Homebrew/test/formula_pin_spec.rb
@@ -9,7 +9,7 @@ describe FormulaPin do
formula.rack.mkpath
allow(formula).to receive(:installed_prefixes) do
- formula.rack.directory? ? formula.rack.subdirs : []
+ formula.rack.directory? ? formula.rack.subdirs.sort : []
end
allow(formula).to receive(:installed_kegs) do