diff --git a/tests/test-largefiles-small-disk.t b/tests/test-largefiles-small-disk.t --- a/tests/test-largefiles-small-disk.t +++ b/tests/test-largefiles-small-disk.t @@ -1,7 +1,10 @@ Test how largefiles abort in case the disk runs full $ cat > criple.py < import os, errno, shutil + > from __future__ import absolute_import + > import errno + > import os + > import shutil > from mercurial import util > # > # this makes the original largefiles code abort: