tests/test-filecache.py
changeset 15518 d01e08ea459d
parent 15057 774da7121fc9
child 16683 525fdb738975
--- a/tests/test-filecache.py	Wed Nov 16 03:45:14 2011 +0100
+++ b/tests/test-filecache.py	Wed Nov 16 03:45:14 2011 +0100
@@ -1,6 +1,6 @@
 import sys, os, subprocess
 
-if subprocess.call(['%s/hghave' % os.environ['TESTDIR'], 'cacheable']):
+if subprocess.call(['python', '%s/hghave' % os.environ['TESTDIR'], 'cacheable']):
     sys.exit(80)
 
 from mercurial import util, scmutil, extensions