summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-02-14 16:39:15 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-02-14 19:00:26 -0500
commitb8667ee4162cd2510363602b417cecede9fd2cca (patch)
tree681c2a90a473d1d01d3b1ad07578341301149260 /test
parent262d10e6bd8e4a0a6a0967fbb5f89a5b989779ac (diff)
test: make the image bigger
I got some errors about lack of disk space... 100MB either way shouldn't matter.
Diffstat (limited to 'test')
-rw-r--r--test/test-functions6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/test-functions b/test/test-functions
index a9446e514..8e300b10e 100644
--- a/test/test-functions
+++ b/test/test-functions
@@ -126,12 +126,12 @@ install_missing_libraries() {
create_empty_image() {
rm -f "$TESTDIR/rootdisk.img"
# Create the blank file to use as a root filesystem
- dd if=/dev/null of="$TESTDIR/rootdisk.img" bs=1M seek=200
+ dd if=/dev/null of="$TESTDIR/rootdisk.img" bs=1M seek=300
LOOPDEV=$(losetup --show -P -f $TESTDIR/rootdisk.img)
[ -b "$LOOPDEV" ] || return 1
echo "LOOPDEV=$LOOPDEV" >> $STATEFILE
- sfdisk -C 6400 -H 2 -S 32 -L "$LOOPDEV" <<EOF
-,3200
+ sfdisk -C 9600 -H 2 -S 32 -L "$LOOPDEV" <<EOF
+,4800
,
EOF