From 605537a5146357bc0d0614f38d0557808971290d Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Fri, 14 Jun 2013 14:24:57 +0000 Subject: Fix scripts/test-morph to pass min space options always It was misisng one case, making the test suite fail on computers with suitable amounts of free space in the right filesystem. --- scripts/test-morph | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/test-morph') diff --git a/scripts/test-morph b/scripts/test-morph index 41def9ef..46d87d9f 100755 --- a/scripts/test-morph +++ b/scripts/test-morph @@ -32,6 +32,7 @@ if [ "$1" = "--find-system-artifact" ]; then "$SRCDIR/morph" --no-default-config \ --tarball-server= --cache-server= \ + --cachedir-min-space=0 --tempdir-min-space=0 \ --config="$DATADIR/morph.conf" --verbose "$@" > $DATADIR/stdout ARTIFACT=$(grep "system \S\+-rootfs is cached at" "$DATADIR/stdout" | \ -- cgit v1.2.1