Lines Matching refs:owner
1530 # testing make_archive with owner and group, with various combinations
1534 owner = pwd.getpwuid(0)[0]
1536 group = owner = 'root'
1540 res = make_archive(base_name, 'zip', root_dir, base_dir, owner=owner,
1548 owner=owner, group=group)
1552 owner='kjhkjhkjg', group='oihohoh')
1562 owner = pwd.getpwuid(0)[0]
1565 owner=owner, group=group)