Skip to content

Commit a6f48ca

Browse files
authored
Merge pull request #68 from brianhlin/sw2569_cvmfs_selinux
Use the default CVMFS cache location to avoid SELinux failures
2 parents 2cf2883 + 900eba2 commit a6f48ca

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

osgtest/tests/test_18_cvmfs.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ def setup_cvmfs(self):
3939
status, stdout, stderr = core.system(command, False)
4040
contents=[]
4141
contents.append("CVMFS_REPOSITORIES=\"`echo $((echo oasis.opensciencegrid.org;echo cms.cern.ch;ls /cvmfs)|sort -u)|tr ' ' ,`\"\n")
42-
contents.append("CVMFS_CACHE_BASE=/tmp/cvmfs\n")
4342
contents.append("CVMFS_QUOTA_LIMIT=10000\n")
4443
contents.append("CVMFS_HTTP_PROXY=\"http://cache01.hep.wisc.edu:8001|http://cache02.hep.wisc.edu:8001;DIRECT\"\n")
4544
files.write("/etc/cvmfs/default.local", contents, owner='cvmfs', chmod=0644)

0 commit comments

Comments
 (0)