tests/test-mac-packages.t
changeset 32472 a38ed42cd23c
parent 32471 014fa1ad5076
child 32473 7a7c3369ee26
equal deleted inserted replaced
32471:014fa1ad5076 32472:a38ed42cd23c
    33   ./usr/local/share/zsh/site-functions/hg	100644	0/0
    33   ./usr/local/share/zsh/site-functions/hg	100644	0/0
    34   $ grep hg-completion.bash boms.txt | cut -d '	' -f 1,2,3
    34   $ grep hg-completion.bash boms.txt | cut -d '	' -f 1,2,3
    35   ./usr/local/hg/contrib/hg-completion.bash	100644	0/0
    35   ./usr/local/hg/contrib/hg-completion.bash	100644	0/0
    36   $ egrep 'man[15]' boms.txt | cut -d '	' -f 1,2,3
    36   $ egrep 'man[15]' boms.txt | cut -d '	' -f 1,2,3
    37   ./usr/local/share/man/man1	40755	0/0
    37   ./usr/local/share/man/man1	40755	0/0
       
    38   ./usr/local/share/man/man1/chg.1	100644	0/0
    38   ./usr/local/share/man/man1/hg.1	100644	0/0
    39   ./usr/local/share/man/man1/hg.1	100644	0/0
    39   ./usr/local/share/man/man5	40755	0/0
    40   ./usr/local/share/man/man5	40755	0/0
    40   ./usr/local/share/man/man5/hgignore.5	100644	0/0
    41   ./usr/local/share/man/man5/hgignore.5	100644	0/0
    41   ./usr/local/share/man/man5/hgrc.5	100644	0/0
    42   ./usr/local/share/man/man5/hgrc.5	100644	0/0
    42   $ grep bser boms.txt | cut -d '	' -f 1,2,3
    43   $ grep bser boms.txt | cut -d '	' -f 1,2,3
    46   ./Library/Python/2.7/site-packages/hgext/fsmonitor/pywatchman/pybser.pyo	100644	0/0
    47   ./Library/Python/2.7/site-packages/hgext/fsmonitor/pywatchman/pybser.pyo	100644	0/0
    47   $ grep localrepo boms.txt | cut -d '	' -f 1,2,3
    48   $ grep localrepo boms.txt | cut -d '	' -f 1,2,3
    48   ./Library/Python/2.7/site-packages/mercurial/localrepo.py	100644	0/0
    49   ./Library/Python/2.7/site-packages/mercurial/localrepo.py	100644	0/0
    49   ./Library/Python/2.7/site-packages/mercurial/localrepo.pyc	100644	0/0
    50   ./Library/Python/2.7/site-packages/mercurial/localrepo.pyc	100644	0/0
    50   ./Library/Python/2.7/site-packages/mercurial/localrepo.pyo	100644	0/0
    51   ./Library/Python/2.7/site-packages/mercurial/localrepo.pyo	100644	0/0
    51   $ grep 'bin/hg	' boms.txt | cut -d '	' -f 1,2,3
    52   $ egrep 'bin/' boms.txt | cut -d '	' -f 1,2,3
       
    53   ./usr/local/bin/chg	100755	0/0
    52   ./usr/local/bin/hg	100755	0/0
    54   ./usr/local/bin/hg	100755	0/0
    53 
    55 
    54 Make sure the built binary uses the system Python interpreter
    56 Make sure the built binary uses the system Python interpreter
    55   $ bsdtar xf mercurial.pkg/Payload usr/local/bin
    57   $ bsdtar xf mercurial.pkg/Payload usr/local/bin
    56 Use a glob to find this to avoid check-code whining about a fixed path.
    58 Use a glob to find this to avoid check-code whining about a fixed path.