--- a/tests/test-mac-packages.t Fri May 26 20:03:05 2017 -0400
+++ b/tests/test-mac-packages.t Mon Mar 20 17:50:31 2017 -0400
@@ -35,6 +35,7 @@
./usr/local/hg/contrib/hg-completion.bash 100644 0/0
$ egrep 'man[15]' boms.txt | cut -d ' ' -f 1,2,3
./usr/local/share/man/man1 40755 0/0
+ ./usr/local/share/man/man1/chg.1 100644 0/0
./usr/local/share/man/man1/hg.1 100644 0/0
./usr/local/share/man/man5 40755 0/0
./usr/local/share/man/man5/hgignore.5 100644 0/0
@@ -48,7 +49,8 @@
./Library/Python/2.7/site-packages/mercurial/localrepo.py 100644 0/0
./Library/Python/2.7/site-packages/mercurial/localrepo.pyc 100644 0/0
./Library/Python/2.7/site-packages/mercurial/localrepo.pyo 100644 0/0
- $ grep 'bin/hg ' boms.txt | cut -d ' ' -f 1,2,3
+ $ egrep 'bin/' boms.txt | cut -d ' ' -f 1,2,3
+ ./usr/local/bin/chg 100755 0/0
./usr/local/bin/hg 100755 0/0
Make sure the built binary uses the system Python interpreter