diff --git a/test/test-functions b/test/test-functions index 368e7a1e52..50daedc201 100644 --- a/test/test-functions +++ b/test/test-functions @@ -137,8 +137,8 @@ create_empty_image() { LOOPDEV=$(losetup --show -P -f $TESTDIR/rootdisk.img) [ -b "$LOOPDEV" ] || return 1 echo "LOOPDEV=$LOOPDEV" >> $STATEFILE - sfdisk -C 9600 -H 2 -S 32 -L "$LOOPDEV" <