tests/test-filecache.py
changeset 28741 fc5f548393bf
parent 26098 ce26928cbe41
child 28742 a08c90d622eb
equal deleted inserted replaced
28740:e8ecd1aa3f6c 28741:fc5f548393bf
     1 import sys, os, subprocess
     1 from __future__ import absolute_import
       
     2 import os
       
     3 import subprocess
       
     4 import sys
     2 
     5 
     3 if subprocess.call(['python', '%s/hghave' % os.environ['TESTDIR'],
     6 if subprocess.call(['python', '%s/hghave' % os.environ['TESTDIR'],
     4                     'cacheable']):
     7                     'cacheable']):
     5     sys.exit(80)
     8     sys.exit(80)
     6 
     9