#!/bin/sh
set -C -e -f -u
cd "$AUTOPKGTEST_TMP"
dd if=/dev/zero of=bigfile bs=1 count=0 seek=2049M 2>&1
bzip2 bigfile
