Remove special case for XQuartz.

This commit is contained in:
Markus Reiter 2020-12-14 11:39:55 +01:00
parent 7b9556db06
commit 91d6009891

View File

@ -16,7 +16,6 @@ describe Homebrew::BundleVersion do
["1.0", "0"] => "1.0",
["1.2.3.4000", "4000"] => "1.2.3.4000",
["5", "5.0.45"] => "5.0.45",
["XQuartz-2.7.11", "2.7.112"] => "2.7.11",
["2.5.2(3329)", "3329"] => "2.5.2,3329",
}