tests/test-filecache.py
changeset 16683 525fdb738975
parent 15518 d01e08ea459d
child 16688 cfb6682961b8
--- a/tests/test-filecache.py	Fri May 11 18:41:04 2012 +0200
+++ b/tests/test-filecache.py	Sat May 12 15:54:54 2012 +0200
@@ -1,6 +1,7 @@
 import sys, os, subprocess
 
-if subprocess.call(['python', '%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