We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cf2883 + 900eba2 commit a6f48caCopy full SHA for a6f48ca
1 file changed
osgtest/tests/test_18_cvmfs.py
@@ -39,7 +39,6 @@ def setup_cvmfs(self):
39
status, stdout, stderr = core.system(command, False)
40
contents=[]
41
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")
43
contents.append("CVMFS_QUOTA_LIMIT=10000\n")
44
contents.append("CVMFS_HTTP_PROXY=\"http://cache01.hep.wisc.edu:8001|http://cache02.hep.wisc.edu:8001;DIRECT\"\n")
45
files.write("/etc/cvmfs/default.local", contents, owner='cvmfs', chmod=0644)
0 commit comments