aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/test
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/test')
-rw-r--r--Library/Homebrew/test/test_bottle_versions.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/test/test_bottle_versions.rb b/Library/Homebrew/test/test_bottle_versions.rb
index 7624f448a..26efb1261 100644
--- a/Library/Homebrew/test/test_bottle_versions.rb
+++ b/Library/Homebrew/test/test_bottle_versions.rb
@@ -18,6 +18,6 @@ class BottleVersionParsingTests < Test::Unit::TestCase
def test_icu4c_style
assert_version_detected '52.1',
- '/usr/local/icu4c-52.1.bottle.tar.gz'
+ '/usr/local/icu4c-52.1.mavericks.bottle.tar.gz'
end
end