39
40
child_stat = os.lstat(self.child_tree.abspath('foo'))
40
41
return parent_stat.st_ino == child_stat.st_ino
42
46
def test_link_fails_if_modified(self):
43
47
"""If the file to be linked has modified text, don't link."""
44
48
self.build_tree_contents([('child/foo', 'baz')])