From patchwork Mon Aug 28 14:42:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [10, of, 10] tests: update test-largefiles-small-disk to pass our import checker From: Augie Fackler X-Patchwork-Id: 23411 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Mon, 28 Aug 2017 10:42:03 -0400 # HG changeset patch # User Augie Fackler # Date 1503435457 14400 # Tue Aug 22 16:57:37 2017 -0400 # Node ID ef55f9488b4eac33e16b464a2cfe7855c183811d # Parent 352230d757644e16341a6104268f4e608cf97490 tests: update test-largefiles-small-disk to pass our import checker 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: