]> arthur.barton.de Git - bup.git/commit
Change t/tindex.py to pass on Mac OS. bup-0.05
authorDave Coombs <dcoombs@carillon.ca>
Thu, 14 Jan 2010 01:13:38 +0000 (20:13 -0500)
committerDave Coombs <dcoombs@carillon.ca>
Thu, 14 Jan 2010 01:13:38 +0000 (20:13 -0500)
commitc0fe4a295c57efd9ffabbe26cdae4403919d849a
treedf9e1eb1a1d846d575baaa2ef60432be01287fdd
parent0ef50f16fc4027c8296ef0198a82baf0bb33b94c
Change t/tindex.py to pass on Mac OS.

It turns out /etc is a symlink (to /private/etc) on Mac OS, so checking
that the realpath of t/sampledata/etc is /etc fails.  Instead we now check
against the realpath of /etc.
t/tindex.py