tests/test-largefiles-small-disk.t
changeset 48876 42d2b31cee0b
parent 41738 c70bdd222dcd
child 50195 11e6eee4b063
equal deleted inserted replaced
48875:6000f5b25c9b 48876:42d2b31cee0b
     1 Test how largefiles abort in case the disk runs full
     1 Test how largefiles abort in case the disk runs full
     2 
     2 
     3   $ cat > criple.py <<EOF
     3   $ cat > criple.py <<EOF
     4   > from __future__ import absolute_import
       
     5   > import errno
     4   > import errno
     6   > import os
     5   > import os
     7   > import shutil
     6   > import shutil
     8   > from mercurial import util
     7   > from mercurial import util
     9   > #
     8   > #