Home | History | Annotate | Download | only in test

Lines Matching refs:followlinks

467             for root, dirs, files in os.walk(walk_path, followlinks=True):
473 self.fail("Didn't follow symlink with followlinks=True")