pex: drop unneeded regex
This commit is contained in:
parent
b7371934f0
commit
2daadb60cc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue