Home | History | Annotate | Download | only in test

Lines Matching refs:source_file

1251             source_file = os.path.join(tempdir,'source')
1253 with open(source_file,'w') as f:
1255 os.symlink(source_file, target_file)
1257 tar.add(source_file)