Skip to content

Commit

Permalink
pex: drop unneeded regex
Browse files Browse the repository at this point in the history
  • Loading branch information
DomT4 committed Aug 18, 2016
1 parent b737193 commit 2daadb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/pex.rb
Expand Up @@ -24,6 +24,6 @@ def caveats; <<-EOS.undent
end

test do
assert_match /share\/pex\/packages/, `pex --repo`.strip
assert_match "share/pex/packages", shell_output("#{bin}/pex --repo").strip
end
end

0 comments on commit 2daadb6

Please sign in to comment.