diff options
Diffstat (limited to 'test-bootbootboot.sh')
-rwxr-xr-x | test-bootbootboot.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test-bootbootboot.sh b/test-bootbootboot.sh index 8ee7493a..616781a3 100755 --- a/test-bootbootboot.sh +++ b/test-bootbootboot.sh @@ -24,9 +24,10 @@ set -e rm -f test1.img -dd if=/dev/zero of=test1.img bs=1024k count=1024 +dd if=/dev/zero of=test1.img bs=1024k count=500 n=20 +if [ -n "$1" ]; then n=$1; fi export LIBGUESTFS_DEBUG=1 |