tests/test-mac-packages.t
changeset 29535 da1848f07c6a
parent 29219 3c9066ed557c
child 31142 408dcf7475a7
equal deleted inserted replaced
29534:7794e13c6a7e 29535:da1848f07c6a
    41   ./Library/Python/2.7/site-packages/mercurial/localrepo.pyc	100644	0/0
    41   ./Library/Python/2.7/site-packages/mercurial/localrepo.pyc	100644	0/0
    42   ./Library/Python/2.7/site-packages/mercurial/localrepo.pyo	100644	0/0
    42   ./Library/Python/2.7/site-packages/mercurial/localrepo.pyo	100644	0/0
    43   $ grep '/hg	' boms.txt | cut -d '	' -f 1,2,3
    43   $ grep '/hg	' boms.txt | cut -d '	' -f 1,2,3
    44   ./usr/local/bin/hg	100755	0/0
    44   ./usr/local/bin/hg	100755	0/0
    45 
    45 
       
    46 Make sure the built binary uses the system Python interpreter
       
    47   $ bsdtar xf mercurial.pkg/Payload usr/local/bin
       
    48 Use a glob to find this to avoid check-code whining about a fixed path.
       
    49   $ head -n 1 usr/local/b?n/hg
       
    50   #!/System/Library/Frameworks/Python.framework/Versions/2.7/Resources/Python.app/Contents/MacOS/Python
       
    51 
    46 Note that we're not currently installing any /etc/mercurial stuff,
    52 Note that we're not currently installing any /etc/mercurial stuff,
    47 including merge-tool configurations.
    53 including merge-tool configurations.