pex: drop unneeded regex

This commit is contained in:
Dominyk Tiller 2016-08-18 17:08:31 +01:00
parent b7371934f0
commit 2daadb60cc
No known key found for this signature in database
GPG key ID: FE19AEFCF658C6F6

View file

@ -24,6 +24,6 @@ class Pex < Formula
end
test do
assert_match /share\/pex\/packages/, `pex --repo`.strip
assert_match "share/pex/packages", shell_output("#{bin}/pex --repo").strip
end
end