Skip to content

Commit c7cb6c1

Browse files
committed
Make the personal condor config world readable
1 parent 155f531 commit c7cb6c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

osgtest/tests/test_10_condor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def test_01_start_condor(self):
2424
return
2525

2626
core.config['condor.personal_condor'] = join(condor.config_val('LOCAL_CONFIG_DIR'), '99-personal-condor.conf')
27-
files.write(core.config['condor.personal_condor'], personal_condor_config, owner='condor')
27+
files.write(core.config['condor.personal_condor'], personal_condor_config, owner='condor', chmod=0o644)
2828

2929
core.config['condor.collectorlog_stat'] = core.get_stat(core.config['condor.collectorlog'])
3030

0 commit comments

Comments
 (0)